diff --git a/repository/Grafoscopio-Utils/HedgeDoc.class.st b/repository/Grafoscopio-Utils/HedgeDoc.class.st index 3ed9ede..ea4b3f0 100644 --- a/repository/Grafoscopio-Utils/HedgeDoc.class.st +++ b/repository/Grafoscopio-Utils/HedgeDoc.class.st @@ -30,7 +30,7 @@ HedgeDoc >> asTiddler [ title: self url segments first; text: (self contents ifNil: [ self retrieveContents]); type: 'text/x-markdown'; - created: DateAndTime now asString. + created: Tiddler nowLocal. ] { #category : #accessing }