lib/fast_excel.rb in fast_excel-0.1.6 vs lib/fast_excel.rb in fast_excel-0.1.7
- old
+ new
@@ -44,10 +44,10 @@
# seconds in 1 day
XLSX_DATE_DAY = 86400.0
# days between 1970-jan-01 and 1900-jan-01
- XLSX_DATE_EPOCH_DIFF = 25567
+ XLSX_DATE_EPOCH_DIFF = 25569
# Convert time to number of days, and change beginning point from 1st jan 1970 to 1st jan 1900
# Offset argument should be number of seconds, if not specified then it will use Time.zone.utc_offset || 0
#
# https://support.microsoft.com/en-us/help/214330/differences-between-the-1900-and-the-1904-date-system-in-excel
\ No newline at end of file