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

Repository Revision Date User Message
MMBase SVN #42192 Mon May 17 15:50:18 CEST 2010 michiel MMB-1958. Support for TimeZone properties
Files Changed
MODIFY /mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/util/Casting.java
Repository Revision Date User Message
MMBase SVN #42193 Mon May 17 15:53:41 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/branches/MMBase-1_9/core/src/main/java/org/mmbase/datatypes/DateTimeDataType.java
Repository Revision Date User Message
MMBase SVN #42194 Mon May 17 15:53:59 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/branches/MMBase-1_9/core/src/main/config/datatypes.xml
Repository Revision Date User Message
MMBase SVN #42195 Mon May 17 15:54:19 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/branches/MMBase-1_9/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/typehandler/DateHandler.java
Repository Revision Date User Message
MMBase SVN #42196 Mon May 17 16:00:08 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/trunk/utils/src/main/java/org/mmbase/util/Casting.java
Repository Revision Date User Message
MMBase SVN #42197 Mon May 17 16:00:50 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/trunk/bridge/src/main/java/org/mmbase/datatypes/DateTimeDataType.java
Repository Revision Date User Message
MMBase SVN #42198 Mon May 17 16:01:12 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/trunk/bridge/src/main/config/datatypes.xml
Repository Revision Date User Message
MMBase SVN #42199 Mon May 17 16:01:46 CEST 2010 michiel MMB-1958
Files Changed
MODIFY /mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/typehandler/DateHandler.java

People

Dates

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