From 071485747ba6e5ec2877876a40eb3e74e54305d9 Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 7 May 2014 09:38:10 +0000 Subject: [PATCH] daylight saving time switch was off by 1 day --- startup.script_part2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.script_part2 b/startup.script_part2 index 867711f..3d55c62 100644 --- a/startup.script_part2 +++ b/startup.script_part2 @@ -18,7 +18,7 @@ memAddToPool (sysMemTop(),EXTENDED_MEMORY) # setup clock # TIMEZONE must be set after iocCoreLibrary.munch and before iocInit # 2014: -putenv("TIMEZONE=MET::-60:032902:102503") +putenv("TIMEZONE=MET::-60:033002:102603") iocInit