Status: FixReviewNeeded
Owner: ----
Labels: Milestone-2.0 Type-Feature
New issue 5909 by
[hidden email]: [ENH]: Easy TimeZone instances
http://code.google.com/p/pharo/issues/detail?id=5909The most common/succinct way to refer to a timezone is via the
abbreviation. Right now, that requires:
TimeZone timeZones detect: [ :tz | tz abbreviation = aString ].
The method in the attached changeset makes is:
TimeZone abbreviated: 'UTC'
Attachments:
TimeZone class-abbreviated.st 262 bytes
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker