roadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 4 months agoA Python Epoch Timestamp Timezone Trapnerderati.comexternal-linkmessage-square7fedilinkarrow-up127arrow-down11
arrow-up126arrow-down1external-linkA Python Epoch Timestamp Timezone Trapnerderati.comroadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 4 months agomessage-square7fedilink
minus-squarelitchralee@sh.itjust.workslinkfedilinkEnglisharrow-up2·4 months agoI have to ask: does your server switch to storing PDT during daylight savings? Either way, I’m so sorry you have to deal with that.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up3·4 months agoSo all of our dates should be stored in UTC… but everytime we have to deal with an unmarked column we have to check if it’s in PST because a developer forgot. If a developer did forget, they’d probably grab the PDT value during DST.
I have to ask: does your server switch to storing PDT during daylight savings? Either way, I’m so sorry you have to deal with that.
So all of our dates should be stored in UTC… but everytime we have to deal with an unmarked column we have to check if it’s in PST because a developer forgot. If a developer did forget, they’d probably grab the PDT value during DST.