Skip to content

Commit

Permalink
display timezone in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Dec 12, 2024
1 parent dd7856f commit 97f39c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/main/dock.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
IntlDateFormatter::FULL,
IntlDateFormatter::SHORT
);
echo $fmt->format(time());
echo $fmt->format(time()) . " " . IntlTimeZone::createDefault()->getDisplayName(false, IntlTimeZone::DISPLAY_SHORT, $this->lang->locale);
?>
</div>

Expand Down

0 comments on commit 97f39c6

Please sign in to comment.