mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change ISO date format to remove fractional seconds.
This commit is contained in:
parent
35fabe2690
commit
e9098d08d2
@ -1115,7 +1115,7 @@ char *
|
|||||||
gnc_time64_to_iso8601_buff (time64 time, char * buff)
|
gnc_time64_to_iso8601_buff (time64 time, char * buff)
|
||||||
{
|
{
|
||||||
constexpr size_t max_iso_date_length = 32;
|
constexpr size_t max_iso_date_length = 32;
|
||||||
const char* format = "%Y-%m-%d %H:%M:%s %q";
|
const char* format = "%Y-%m-%d %H:%M:%S %q";
|
||||||
|
|
||||||
if (! buff) return NULL;
|
if (! buff) return NULL;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user