View Issue Details

IDProjectCategoryView StatusLast Update
0000149WackoWikicorepublic2012-03-16 15:41
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version5.0.0Fixed in Version5.0.rc2 
Summary0000149: Timezone different than server
Descriptionadd time-zone support per user

Ideally, we should be able to support a time zone per user, and then map the server time to the user viewing the issue or receiving the email.

-> config: default_timezone
Additional InformationTime zone:

Configuring your time zone will result in all dates and times displayed on this site to use your time zone instead of that of the server.

Example: The current time is 14:09:18Z+0000 (UTC).
In the Default time zone , this would be displayed as 07:09:18Z-0700.

Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean Time (GMT).
A positive offset is used to indicate a timezone at the east of Greenwhich, i.e. ahead of Universal Time.
TagsNo tags attached.

Relationships

related to 0000056 resolvedadministrator Configurable date and time formats 

Activities

administrator

2008-04-08 18:01

administrator   ~0000313

Using locale aware strftime instead of date?
http://www.php.net/strftime

administrator

2011-09-26 13:36

administrator   ~0000812

Last edited: 2011-10-02 08:46

$user->timezone = $user['timezone'] * 3600;
$user->dst = $user['dst'] * 3600;

part 1: http://wackowiki.hg.sourceforge.net/hgweb/wackowiki/dev/rev/378ac545ae80

Issue History

Date Modified Username Field Change
2008-01-10 13:00 administrator New Issue
2008-01-10 13:00 administrator Legacy => NEW
2008-01-10 16:45 administrator Relationship added related to 0000056
2008-04-08 18:01 administrator Note Added: 0000313
2008-10-05 14:13 administrator Status new => acknowledged
2008-10-05 14:13 administrator Additional Information Updated
2008-10-05 14:41 administrator Description Updated
2010-03-08 10:12 administrator Category Core => core
2011-09-26 12:51 administrator Assigned To => administrator
2011-09-26 12:51 administrator Status acknowledged => assigned
2011-09-26 12:51 administrator Target Version => 5.0.0
2011-09-26 13:36 administrator Note Added: 0000812
2011-09-26 13:55 administrator Note Edited: 0000812
2011-09-26 13:56 administrator Note Edited: 0000812
2011-09-26 13:59 administrator Note Edited: 0000812
2011-09-26 14:06 administrator Note Edited: 0000812
2011-10-01 12:01 administrator Note Edited: 0000812
2011-10-01 12:04 administrator Note Edited: 0000812
2011-10-01 12:25 administrator Note Edited: 0000812
2011-10-02 08:46 administrator Note Edited: 0000812
2011-10-02 08:46 administrator Note Edited: 0000812
2011-10-02 13:07 administrator Severity minor => feature
2011-10-02 13:07 administrator Status assigned => resolved
2011-10-02 13:07 administrator Resolution open => fixed
2011-10-02 13:07 administrator Fixed in Version => 5.0.0
2012-03-16 15:41 administrator Fixed in Version 5.0.0 => 5.0.rc2