fix timezone
This commit is contained in:
parent
4489b24659
commit
581d41238c
2 changed files with 5 additions and 5 deletions
components
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
# some system stuff
|
||||
# -----------------
|
||||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
#time.timeZone = lib.mkDefault "Pacific/Auckland";
|
||||
#time.timeZone = lib.mkDefault "Asia/Singapore";
|
||||
#time.timeZone = lib.mkDefault "Asia/Makassar";
|
||||
time.timeZone = "Europe/Berlin";
|
||||
#time.timeZone = "Pacific/Auckland";
|
||||
#time.timeZone = "Asia/Singapore";
|
||||
#time.timeZone = "Asia/Makassar";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue