Skip to content

Commit

Permalink
Updated README for tzlocal backend info
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Jan 30, 2024
1 parent ea019b1 commit b48a10e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,17 @@ You can optionally pick one of the following concrete implementations of time zo

You can optionally pick one of the following concrete implementations of local time zone detection

- `timedesc-tzlocal.unix-or-utc`

- This is the default implementation which tries to look up info of OS for local time zone name,
and resorts to UTC if that fails.

- `timedesc-tzlocal.unix`

- This is the default implementation which tries to look up info of OS for local time zone name. Should work for common Linux distros.
- This is the implementation which tries to look up info of OS for local time zone name,
but relevant calls for returning or using the local time zone will fail if said lookup
was unsuccessful.
Should work for common Linux distros.

- `timedesc-tzlocal.none`

Expand Down

0 comments on commit b48a10e

Please sign in to comment.