GitHub - JuliaTime/TimeZones.jl: IANA time zone database access for the Julia programming language (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
TimeZones.jl
IANA time zone database access for the Julia programming language. TimeZones.jl extends the Date/DateTime support for Julia to include a new time zone aware TimeType: ZonedDateTime.
Features
- A new time zone aware TimeType: ZonedDateTime
- Support for all time zones in the IANA time zone database (also known as the tz/zoneinfo/Olson database)
- ZonedDateTime-Period arithmetic similar to that of DateTime
- Local system time zone information as a TimeZone
- Current system time in any TimeZone
- Support for reading the tzfile format
- String parsing of ZonedDateTime using DateFormat
Installation
TimeZones.jl can be installed through the Julia package manager:
julia> Pkg.add("TimeZones")
For detailed installation instructions see the documentation linked above.