Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vbezhenar
on Jan 12, 2023
|
parent
|
context
|
favorite
| on:
Setting the TZ environment variable avoids thousan...
It's not clear if TZ=Asia/Almaty or TZ=UTC helps to avoid those thousands.
Also what about alpine musl?
kseistrup
on Jan 12, 2023
|
next
[–]
However, tzset(3) (or “man timezone”) says that if the filespec does not start with a slash, the file specification is relative to the system timezone directory, so e.g. “TZ=:Asia/Almaty” should give the desired effect.
akira2501
on Jan 12, 2023
|
prev
[–]
You can also set TZ="" and UTC will be assumed.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also what about alpine musl?