Improvint Tiddler exportation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-08 13:12:48 -05:00
parent 78ec41d5b4
commit 5067631f85
1 changed files with 1 additions and 1 deletions

View File

@ -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 }