|
@ -379,7 +379,7 @@ void _ntpConvertLegacyOffsets() { |
|
|
if (offset > 0) { |
|
|
if (offset > 0) { |
|
|
custom += '-'; |
|
|
custom += '-'; |
|
|
} |
|
|
} |
|
|
custom += offset / 60; |
|
|
|
|
|
|
|
|
custom += abs(offset) / 60; |
|
|
|
|
|
|
|
|
if (dst) { |
|
|
if (dst) { |
|
|
custom += europe ? F("CEST") : F("EDT"); |
|
|
custom += europe ? F("CEST") : F("EDT"); |
|
|