[Github-comments] [geany/geany] Use GDateTime for date and time formatting (PR #3037)

Jiří Techet notifications at xxxxx
Wed Dec 1 19:48:09 UTC 2021


> @techee could you maybe test on Macos? Either this PR directly or the little test program in #2968 (comment).

It seems both of the functions return the same result on macOS:
```
Format: %a, %d %b %Y %T %z:
CRT : Wed, 01 Dec 2021 20:44:58 +0100
GLib: Wed, 01 Dec 2021 20:44:58 +0100

Format: %a, %d %b %Y %T %Z:
CRT : Wed, 01 Dec 2021 20:44:58 CET
GLib: Wed, 01 Dec 2021 20:44:58 CET

Format: %a, %d %b %Y %H:%M:%S %z:
CRT : Wed, 01 Dec 2021 20:44:58 +0100
GLib: Wed, 01 Dec 2021 20:44:58 +0100

Format: %a, %d %b %Y %H:%M:%S %Z:
CRT : Wed, 01 Dec 2021 20:44:58 CET
GLib: Wed, 01 Dec 2021 20:44:58 CET
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3037#issuecomment-983998611
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211201/f019f3e5/attachment.htm>


More information about the Github-comments mailing list