Change my default time-zone.

This really should be a configuration option.
This commit is contained in:
Bradley M. Kuhn 2016-01-18 10:42:23 -08:00
parent 701d035b9c
commit 0aad420434

View file

@ -456,7 +456,7 @@ END_ICAL
if $nyTime->time_zone->name =~ /floating/;
my $val = BinarySearchForTZEntry($tzList, $nyTime);
$newDate->set_time_zone($val->{newTZ});
$newDate->set_time_zone("America/New_York");
$newDate->set_time_zone("America/Los_Angeles");
$newDate->set_time_zone("floating");
my $newICalDate = DateTime::Format::ICal->format_datetime($newDate);
$dateProp->value($newICalDate);