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

4 lines
170 B
Smalltalk

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