From 0196d6978082d6498e13e38592d5c6bac44f8b17 Mon Sep 17 00:00:00 2001 From: P0nk Date: Thu, 9 Sep 2021 08:36:13 +0200 Subject: [PATCH] Change default timezone to GMT --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index f09e0b9fdd..7aacf24b03 100644 --- a/config.yaml +++ b/config.yaml @@ -306,7 +306,7 @@ server: PARTY_BONUS_EXP_RATE: 1.0 #Rate for the party exp bonus reward. #Miscellaneous Configuration - TIMEZONE: GMT-3 + TIMEZONE: GMT CHARSET: US-ASCII # Is loaded first, so applies to the rest of this config. Defaults to US-ASCII if invalid or not set. USE_DISPLAY_NUMBERS_WITH_COMMA: true #Enforce comma on displayed strings (use this when USE_UNITPRICE_WITH_COMMA is active and you still want to display comma-separated values). USE_UNITPRICE_WITH_COMMA: true #Set this accordingly with the layout of the unitPrices on Item.wz XML's, whether it's using commas or dots to represent fractions.