#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 May 2018 16:27:31 +0200
changeset 22838 5e61e62bd48a
parent 22837 c8ab3b3ad654
child 22839 ff149d1b48fb
#BUGFIX by cg class: AbstractTime comment/format in: #printIso8601FormatOn:
AbstractTime.st
--- a/AbstractTime.st	Wed May 09 16:23:07 2018 +0200
+++ b/AbstractTime.st	Wed May 09 16:27:31 2018 +0200
@@ -1482,9 +1482,9 @@
     self subclassResponsibility
 
     "
-     Timestamp now printStringIso8601Format -> '2018-05-09T12:15:53.279+02'
-     Time now printStringIso8601Format
-     Date today printStringIso8601Format
+     Timestamp now printStringIso8601       -> '2018-05-09T12:15:53.279+02'
+     Time now printStringIso8601            -> 'T16:27:08'
+     Date today printStringIso8601          -> '2018-05-09'
     "
 !