Thread of 2 posts
jump to repliesugh, the pg&e "green button" csv exports are in localtime, so i have to write code to do the dst conversions and handle the skipped/repeated hours
fuck, this library doesn't let me add "1 day" (distinct from "24 hours") to a Timestamp object, does it
3 replies
back to top@nyanotech cursed brainthought: rewrite it in postgres, which does
@jackie ironically i'm writing a thing that generates a postgres table, which then goes into the grafana source postgres
@nyanotech lmao
...I mean, it wouldn't be that bad to dump it directly in and do the time math with views, would it? 🤔