Advertisement
TolentinoCotesta

TimeZone

Apr 11th, 2020
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1.  
  2.  configTime(0, 0, "time.google.com", "time.windows.com", "pool.ntp.org");
  3.  
  4.  // https://github.com/nayarsystems/posix_tz_db/blob/master/zones.json  
  5.  setenv("TZ", "CET-1CEST,M3.5.0,M10.5.0/3", 1);
  6.  tzset();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement