Python Forum
Python to Excel date to number fix | performance issues
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python to Excel date to number fix | performance issues
#2
Hi,

In excel the epochs are also stored as a float value. To be precise as days since 1/1/1900. So the number 36526 is equivalent to 01/01/2000.

The trick I use when I have to perform this kind of conversions and I do not care about leap seconds and similar is to calculate the offset between both representations and store the number, avoiding converting to string.

So if sql is storing the dates as days since 1/1/1970 (I don't know, but many systems do so) in the excel cell I store the value + 25569. If the Excel cell has a date format is enough to see it correctly.
Reply


Messages In This Thread
RE: Python to Excel date to number fix | performance issues - by killerrex - Apr-28-2018, 11:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Endpoint Configuration Issues in Python Script on AWS EC2 zaharul 0 733 Aug-31-2024, 10:22 AM
Last Post: zaharul
  Compare current date on calendar with date format file name Fioravanti 1 2,257 Mar-26-2024, 08:23 AM
Last Post: Pedroski55
  Python date format changes to date & time 1418 4 2,931 Jan-20-2024, 04:45 AM
Last Post: 1418
  How to see the date of installation of python modules. newbieAuggie2019 4 4,927 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
Shocked Issues Installing Pyenv/Python 3.9.1 Brandon_Contactum 1 4,781 Feb-22-2022, 06:32 PM
Last Post: snippsat
  Date format and past date check function Turtle 5 10,731 Oct-22-2021, 09:45 PM
Last Post: deanhystad
  Understand order of magnitude performance gap between python and C++ ThelannOryat 4 4,082 Mar-17-2021, 03:39 PM
Last Post: ThelannOryat
  How to add previous date infront of every unique customer id's invoice date ur_enegmatic 1 2,946 Feb-06-2021, 10:48 PM
Last Post: eddywinch82
  code to read files in folders and transfer the file name, type, date created to excel Divya577 0 2,480 Dec-06-2020, 04:14 PM
Last Post: Divya577
  python sort date beginner2020 13 10,031 Nov-06-2020, 03:30 PM
Last Post: beginner2020

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020