Click for full report table
Board|examples/Advanced flash|%|examples/Advanced RAM for global variables|%|examples/Basic flash|%|examples/Basic RAM for global variables|%|examples/IsTimeSet flash|%|examples/IsTimeSet RAM for global variables|%
-|-|-|-|-|-|-|-|-|-|-|-|-
esp8266:esp8266:huzzah|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0
Click for full report CSV
```
Board,examples/Advanced flash,%,examples/Advanced RAM for global variables,%,examples/Basic flash,%,examples/Basic RAM for global variables,%,examples/IsTimeSet flash,%,examples/IsTimeSet RAM for global variables,%
esp8266:esp8266:huzzah,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0
```
timeOffset itself was already a long, but setTimeOffset only accepted integers. This should allow it to be set as long, so more timezones can be used.