# \#timezones

**URL:** https://discourse.julialang.org/tag/timezones/1351.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Comparing Javascript Temporal with Julia](https://discourse.julialang.org/t/comparing-javascript-temporal-with-julia/125419)

<div class="topic-metadata">

**Author:** [@digital\_carver](https://discourse.julialang.org/u/digital_carver)\
**Replies:** 0\
**Last updated:** [January 31, 2025, 7:37am UTC](https://discourse.julialang.org/t/comparing-javascript-temporal-with-julia/125419 "2025-01-31T07:37:22Z")

</div>

An article about Javascript’s upcoming Temporal API for working with dates and times is trending on Hacker News today. I was curious how it compared with Julia, so I used a small Pluto notebook to test things out and wri…

---

## [Read datetime with timezone offset from csv](https://discourse.julialang.org/t/read-datetime-with-timezone-offset-from-csv/102738)

<div class="topic-metadata">

**Author:** [@vtomar](https://discourse.julialang.org/u/vtomar)\
**Replies:** 1\
**Last updated:** [August 11, 2023, 11:46pm UTC](https://discourse.julialang.org/t/read-datetime-with-timezone-offset-from-csv/102738 "2023-08-11T23:46:13Z")

</div>

I have a csv file that contains datetime column where datetime contains timezone offset. for example: 2019-01-11 17:35:00+00:00 How do I correctly specify the datetime format. I am currently specifying the format below…

---

## [Load time of TimeZones](https://discourse.julialang.org/t/load-time-of-timezones/98805)

<div class="topic-metadata">

**Author:** [@ufechner7](https://discourse.julialang.org/u/ufechner7)\
**Replies:** 0\
**Last updated:** [May 13, 2023, 6:54pm UTC](https://discourse.julialang.org/t/load-time-of-timezones/98805 "2023-05-13T18:54:52Z")

</div>

I am trying to reduce the load time of my packages, and found that TimeZones.jl does not behave well: julia\> @time import TimeZones 0.592166 seconds (362.80 k allocations: 25.915 MiB, 71.02% compilation time) using J…
