Skip to content

Commit

Permalink
TODO added
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed May 19, 2008
1 parent 425b79a commit ad29784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifestream.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function getClass($url)
</div><!-- .content -->

<?php endif; // end of Twitter check ?>
<div class="date"><small>Posted at <?php echo $item->get_date('g:i a'); ?></small></div>
<div class="date"><small>Posted at <?php echo $item->get_date('g:i a'); // TODO get timezones working properly. ?></small></div>
</div><!-- .item -->
<?php endforeach; ?>
</body>
Expand Down

0 comments on commit ad29784

Please sign in to comment.