Socialmetrica/Socialmetrica.package/Tweet.class/instance/created.st

5 lines
226 B
Smalltalk

accessing
created
created class = DateAndTime ifTrue: [ ^ created ].
^ (created endsWith: 'GMT') ifTrue: [ ^ DateAndTime fromString: ((created splitOn: $,) second withoutSuffix: 'GMT') ].
"^ DateAndTime fromString: created"