+2004-08-16 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * v0.9.56
+
+ * UIxTimeDateControl.m: HACK: added correct timeZone.
+
2004-08-16 Helge Hess <helge.hess@skyrix.com>
* v0.9.55
* UIxAppointmentEditor.m: add default start/enddates
-2004-08-15 Marcus Mueller <znek@mulle-kybernetik.com>
+2004-08-16 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.54
@implementation UIxTimeDateControl
+static NSTimeZone *MET = nil;
+
++ (void)initialize {
+ if (MET == nil) {
+ MET = [[NSTimeZone timeZoneWithAbbreviation:@"MET"] retain];
+ }
+}
+
- (void)dealloc {
[self->controlID release];
[self->label release];
hour:_hour
minute:_minute
second:_second
- timeZone:[[self date] timeZone]];
+ timeZone:MET];
[self debugWithFormat:@"%s setting date:%@", __PRETTY_FUNCTION__, d];
[self _setDate:d];
}
# $Id$
-SUBMINOR_VERSION:=55
+SUBMINOR_VERSION:=56
# v0.9.41 requires libNGObjWeb v4.2.431
# v0.9.31 requires libWEExtensions v4.2.52