veekun / spline

core of veekun.com: web thing with plugins
http://bugs.veekun.com/projects/spline
MIT License
9 stars 3 forks source link

Fix time handling #15

Open encukou opened 12 years ago

encukou commented 12 years ago

Reported by Eevee on 2010/07/18 01:12:38 +0000 · Migrated from Redmine issue 291


  1. Times need to be formatted by a global formatting string; right now they’re all (deliberately) the default.
  2. Timezones need to be used! All incoming dates should be immediately converted to UTC, and spat back out as a local timezone (which users can configure). Not sure what the default should be; tempted to use UTC and show the current time in base.mako, OR see if something in http will hint at it.

Things that are relevant:


Comment by Zhorken from 2010/08/10 00:50:00 +0000

Musing: it’d be kinda cool to see timestamps in both my timezone and the poster’s timezone, so that I can tell when the post was posted in an absolute sense, and when it was posted to the poster—it could be interesting to note that (s)he posted it at 3 AM. Though that second timestamp would probably need to be… less prominent, somehow.


Comment by Eevee from 2010/10/07 01:59:26 +0000

Target version: 2010 Q3 ⇨ —

Comment by Eevee from 2010/10/08 08:00:35 +0000

Assignee ⇨ —