Author Topic: Date and time problems  (Read 1821 times)

pxb

  • Newbie
  • *
  • Posts: 6
    • View Profile
Date and time problems
« on: August 06, 2009, 11:41:29 am »
Hi All,

Maybe someone has seen this before (must be!!).

My version is 1.5
Localization is EN-US
Date format is 'Y-m-d'

Now, when I enter a date for a Task , e.g. current date from date picker, the Task shows '2014-08-06'.
 When I change thedate format to 'y-m-d', the date is presented as '0909-08-06'

When I prees the 'date' button in the task list (to display due dates for milestones), the dates all show '1969-12-31' (??). In the MySQL database, the stored date seems to be '1970-01-01'

And further: The times stored for the logging all kinds of actions I perform are all two hours behind (so 08:00, where it should be 10:00).

Is there someone who had to solve this problem before?

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Date and time problems
« Reply #1 on: August 06, 2009, 03:20:59 pm »
Hi,
A similar problem occurs when you change the date format and not refresh the browser. When changing the date format  you must inmediately refresh, because datepickers will not reload the format until next refresh.

About the logs, they are stored in DB in GMT, and when they are displayed they are combined with the timezone of the logged user, if you are seeing times in gmt, maybe you should specify your timezone in your account information.

regards