1
0

Fun with timezones.

This commit is contained in:
rWatcher 2010-03-04 14:48:24 -05:00
parent c72586efdc
commit 2769c87027

View File

@ -1,4 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? date_default_timezone_set('America/New_York'); ?>
<ul class="g-metadata">
<? if ($item->owner): ?>
<li>
@ -20,7 +21,7 @@
<? if ($item->captured): ?>
<li>
<strong class="caption"><?= t("Date:") ?></strong>
<?= date("F j, Y h:i:s a", $item->captured)?>
<?= date("F j, Y h:i:s a T", $item->captured)?>
</li>
<? endif ?>