MMBase

'time' datatype considers timezone.

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.9.3
  • Fix Version/s: 1.9.4
  • Component/s: Core, DataTypes
  • Description:
    Hide
    It doesn't make sense.

    To make it work properly in the editors, you now have to set the timezone to UTC explicitely.

    Times only don't have a timezone. That's only associated with datetimes. The fact that the date is relevant (daylight saving mode) proves it. But the date is implicit for the 'time' datatype (actually 1970-01-01).
    Show
    It doesn't make sense. To make it work properly in the editors, you now have to set the timezone to UTC explicitely. Times only don't have a timezone. That's only associated with datetimes. The fact that the date is relevant (daylight saving mode) proves it. But the date is implicit for the 'time' datatype (actually 1970-01-01).

Activity

Hide
Michiel Meeuwissen added a comment - 2010-05-17 16:02
The time datatype now default is UTC. If you really don't want that, you can override the timeZone property.
Show
Michiel Meeuwissen added a comment - 2010-05-17 16:02 The time datatype now default is UTC. If you really don't want that, you can override the timeZone property.
Hide
Michiel Meeuwissen added a comment - 2010-06-15 16:58
rolled that, back, it 's not backwards compatible. Added utctime datatype.
Show
Michiel Meeuwissen added a comment - 2010-06-15 16:58 rolled that, back, it 's not backwards compatible. Added utctime datatype.

People

Dates

  • Created:
    2010-05-17 15:28
    Updated:
    2010-06-15 16:58
    Resolved:
    2010-05-17 16:02