ext/xlsxwriter/libxlsxwriter/src/core.c in xlsxwriter-0.2.1.pre.2 vs ext/xlsxwriter/libxlsxwriter/src/core.c in xlsxwriter-0.2.2

- old
+ new

@@ -1,11 +1,11 @@ /***************************************************************************** * core - A library for creating Excel XLSX core files. * * Used in conjunction with the libxlsxwriter library. * - * Copyright 2014-2019, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. + * Copyright 2014-2020, John McNamara, jmcnamara@cpan.org. See LICENSE.txt. * */ #include "xlsxwriter/xmlwriter.h" #include "xlsxwriter/core.h" @@ -48,10 +48,10 @@ free(core); } /* - * Convert a time_t struct to a ISO 8601 style "2010-01-01T00:00:00Z" date. + * Convert a time_t to a ISO 8601 style "2010-01-01T00:00:00Z" date. */ static void _datetime_to_iso8601_date(time_t *timer, char *str, size_t size) { struct tm *tmp_datetime;