#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 09 May 2018 16:23:07 +0200
changeset 22837 c8ab3b3ad654
parent 22836 1c878b36a068
child 22838 5e61e62bd48a
#BUGFIX by cg class: Timestamp class added: #timestampISO8601Builder hack
Timestamp.st
--- a/Timestamp.st	Wed May 09 16:17:01 2018 +0200
+++ b/Timestamp.st	Wed May 09 16:23:07 2018 +0200
@@ -428,6 +428,16 @@
     "
 ! !
 
+!Timestamp class methodsFor:'class access'!
+
+timestampISO8601Builder
+    "I hate private class overuse...
+     ... I need such ugly hacks whenever someone thinks that he/she must keep a secret...
+     See Time for such its use"
+
+    ^ TimestampISO8601Builder
+! !
+
 !Timestamp class methodsFor:'format strings'!
 
 defaultFormatString