Skip to content

Commit

Permalink
Newer version NTP timezone should be plus
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCat committed Mar 9, 2019
1 parent 387c210 commit 9551032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/NTPClock/NTPClock.ino
Expand Up @@ -14,7 +14,7 @@ P3RGB64x32MatrixPanel matrix;
char ssid[] = "****SSID****";
char pass[] = "**PASSWORD**";

#define TZ (-9*60*60) /*JST*/
#define TZ (9*60*60) /*JST*/

void setup() {
Serial.begin(115200);
Expand Down

0 comments on commit 9551032

Please sign in to comment.