WeblogPoMo2024 Say the Weird Thing Be who you really are to help people looking for you to find you. Let out your nerd side, embrace knowing weird things!
go how parseTime in sql connections work with time.Time in Go Working with time values in Go is not straightforward, and using a database to store them with automatic parsing can be even more fun! Here are my thoughts on it.
timezone How should we store future time in non UTC in a database and still be performant? An example of a practical approach on how to store data in both local time, and a normalised time (UTC), and still be performant, but counter the timezone shift.
timezone Why storing future times in timestamps is not good A collection of articles and videos explaining timezone intricacies, including storing future events, and a list of libraries for PHP and JS.