Changes between Initial Version and Version 1 of Ticket #14356, comment 2
- Timestamp:
- Apr 14, 2024, 3:33:48 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14356, comment 2
initial v1 1 1 On beta4 64 bits, the following code (minor variation of https://en.cppreference.com/w/c/chrono/strftime, slightly modified to avoid a compiler error): 2 2 3 {{{ 3 {{{#!c 4 4 #include <locale.h> 5 5 #include <stdio.h>