Does Time.format support %Z (timezone abbreviation)?

The Time.format function just passes the request off to strftime.

The standard C library functions are the ones from the gcc-arm toolchain (version 5.3.1 at this time).

As we don’t modify or even build the standard C libraries, if %Z is not supported, it’s unlikely to be added any time soon.

3 Likes