diff options
-rw-r--r-- | .gitremotes | 6 | ||||
-rw-r--r-- | radicale_infcloud/web/config.js | 2 |
2 files changed, 7 insertions, 1 deletions
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 |