Skip to content

BinaryBirds/TimeZones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeZones (🕐)

Strong typed, autocompleted time zones with locations for Swift.

Usage

Some examples:

import TimeZones

let gmt = TimeZone(abbrevation: .gmt)

let budapest = TimeZone.Europe.Budapest
budapest.identifier //"Europe/Budapest"
budapest.latitude // 47.497_912
budapest.longitude // 19.040_235
budapest.timeZone // TimeZone object

Install

Just use the Swift Package Manager as usual:

.package(url: "https://github.com/binarybirds/timezones", from: "1.0.0"),

⚠️ Don't forget to add "TimeZones" to your target as a dependency!

License

WTFPL - Do what the fuck you want to.

About

Strong typed, autocompleted time zones with locations for Swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors