roadrunner_ex@lemmy.ca to Programming@programming.devEnglish · 1 year 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 · 1 year agomessage-square7fedilink
minus-squarelitchralee@sh.itjust.workslinkfedilinkEnglisharrow-up2·1 year 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·1 year 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.