SkillAgentSearch skills...

TimeZones.jl

IANA time zone database access for the Julia programming language

Install / Use

/learn @JuliaTime/TimeZones.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TimeZones.jl

CI codecov Aqua QA <br/> Stable Documentation Dev Documentation <br/> code style blue

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.

Related Skills

View on GitHub
GitHub Stars92
CategoryData
Updated2mo ago
Forks59

Languages

Julia

Security Score

85/100

Audited on Jan 13, 2026

No findings