Alexei Kireev
Alexei Kireev
``` setDebug(INFO); waitForSync(); Serial.println("UTC: " + UTC.dateTime()); Timezone yourTZ; yourTZ.setLocation(F("Asia/Tehran")); Serial.print(F("Asia/Tehran: ")); Serial.println(yourTZ.dateTime()); ``` The output is: ``` ezTime debug level set to INFO Waiting for time sync Querying pool.ntp.org...
I realize this is not a fault of exercise 84 itself, as the issue is with the compiler changes. Anyway, with zig 0.11.0-dev.1390+74b72a766 , `zig build 84` prints out the...
V full version: V 0.3.2 d257e43.1cde554 OS: Windows 10 Enterprise 1809, build 17763.1935 What did you do? - downloaded Vide source (master branch) as a zip file; - unzipped it;...
### Describe the bug Compilation of the following code that uses XCB library leads to "builder error / C error. This should never happen.": ``` module main #flag -lxcb //...