mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Minor fix.
This commit is contained in:
parent
1c7faa567b
commit
2cac6f2ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ _custom_write_vt_filetime(lxw_custom *self, lxw_datetime *datetime)
|
|||
{
|
||||
char data[LXW_DATETIME_LENGTH];
|
||||
|
||||
lxw_snprintf(data, LXW_ATTR_32, "%4d-%02d-%02dT%02d:%02d:%02dZ",
|
||||
lxw_snprintf(data, LXW_DATETIME_LENGTH, "%4d-%02d-%02dT%02d:%02d:%02dZ",
|
||||
datetime->year, datetime->month, datetime->day,
|
||||
datetime->hour, datetime->min, (int) datetime->sec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue