Change my default time-zone.
This really should be a configuration option.
This commit is contained in:
parent
701d035b9c
commit
0aad420434
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue