Actually this clock should always have UTC at timezone, this GMT is wrong too. [[time.format]/12](http://eel.is/c++draft/time.format#12) ``` Remarks: If %Z is used, it is replaced with STATICALLY-WIDEN<charT>("UTC"). ``` _Originally posted by @mordante in https://github.com/llvm/llvm-project/pull/75526#discussion_r1452581034_