From 3133681bf29a9e4dfacb8d63d7a041424862cf54 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 17 May 2022 15:34:29 -0400 Subject: improve config, and add .gitremotes --- .gitremotes | 6 ++++++ radicale_infcloud/web/config.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitremotes diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..439aab4 --- /dev/null +++ b/.gitremotes @@ -0,0 +1,6 @@ +github https://github.com/bgstack15/radicaleInfCloud (fetch) +github https://github.com/bgstack15/radicaleInfCloud (push) +gitlab https://gitlab.com/bgstack15/radicaleInfCloud.git (fetch) +gitlab https://gitlab.com/bgstack15/radicaleInfCloud.git (push) +local https://bgstack15.ddns.net/git/radicaleinfcloud (fetch) +local https://bgstack15.ddns.net/git/radicaleinfcloud (push) diff --git a/radicale_infcloud/web/config.js b/radicale_infcloud/web/config.js index 0312027..b3b15f6 100644 --- a/radicale_infcloud/web/config.js +++ b/radicale_infcloud/web/config.js @@ -755,7 +755,7 @@ var globalTimeZoneSupport=true; // timezones (defined in timezones.js): // grep "'[^']\+': {" timezones.js | sed -Ee "s#(\s*'|':\s*\{)##g" // Example: -var globalTimeZone='Europe/Berlin'; +var globalTimeZone='America/New_York'; // globalTimeZonesEnabled -- cgit