class Playbook::PbKit::PbDateTime
def convert_to_timezone(zone = "America/New_York")
def convert_to_timezone(zone = "America/New_York") @value = @value.in_time_zone(zone) end
def convert_to_timezone(zone = "America/New_York") @value = @value.in_time_zone(zone) end