Re: Times in other cities
Re: Times in other cities
- Subject: Re: Times in other cities
- From: Andrew Thompson <email@hidden>
- Date: Mon, 15 May 2017 09:06:07 -0400
> On May 15, 2017, at 8:50 AM, Eric E. Dolecki <email@hidden> wrote:
>
> Thanks for your reply. Does this look safe to use?
>
> // London
> let locale = TimeZone.init(abbreviation: "BST")
>
Use "Europe/London":
1. BST has at least 3 different meanings
2. You'll automatically get support for daylight savings (summertime)
3. More readable in code
Andrew
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden