#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 26 May 2019 12:56:06 +0200
changeset 24165 9f0cfb788f48
parent 24164 a75b5edab98a
child 24166 0e0a1d3daee2
#DOCUMENTATION by cg class: AbstractOperatingSystem::TimeInfo comment/format in: #utcOffset:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Sun May 26 12:55:41 2019 +0200
+++ b/AbstractOperatingSystem.st	Sun May 26 12:56:06 2019 +0200
@@ -8715,8 +8715,10 @@
     "
 !
 
-utcOffset:something
-    utcOffset := something.
+utcOffset:seconds
+    utcOffset := seconds.
+
+    "Modified (format): / 26-05-2019 / 12:08:50 / Claus Gittinger"
 !
 
 year