UnixTime: update comment.

master
Matt Miller 2014-09-08 16:33:02 -04:00
parent 31e99b9370
commit ad56e5c9c1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ handle remainder => sub {
);
$time_output = $dt->strftime($time_format);
if ($tz ne $default_tz) {
# We'll show them both, then.
# They get the default TZ (UTC) regardless. Either we already did it or we do it now.
$dt->set_time_zone($default_tz);
$time_output .= ' / ' . $dt->strftime($time_format);
}