adjust location/timezone

This commit is contained in:
Felix Suchert 2024-12-17 09:25:10 -05:00
parent 8d3ffdd7db
commit 0f0d6a3e9e
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -69,17 +69,17 @@
# ------------ time, location & input --------------------------------------- # ------------ time, location & input ---------------------------------------
# Set your time zone. # Set your time zone.
# time.timeZone = "Europe/Berlin"; # "US/Pacific"; time.timeZone = "Europe/Berlin"; # "US/Pacific";
time.timeZone = "America/New_York"; # time.timeZone = "America/New_York";
# geoclue2 does not yield a location at home, so I'll make the manual configuration the default # geoclue2 does not yield a location at home, so I'll make the manual configuration the default
# location.provider = "geoclue2"; # location.provider = "geoclue2";
location.provider = "manual"; location.provider = "manual";
# using the location of the cafe ascii should be good enough # using the location of the cafe ascii should be good enough
# location.latitude = 51.0250869; location.latitude = 51.0250869;
# location.longitude = 13.7210005; location.longitude = 13.7210005;
# RIT # RIT
location.latitude = 43.084902; # location.latitude = 43.084902;
location.longitude = -77.678352; # location.longitude = -77.678352;
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";