Weird. My timestamps are all being shown (on https://twtxt.net and https://darch.dk/timeline) one hour ahead of what I expected. Am I manually writing my timestamps wrong? Are the clients interpreting something I’m not aware of? Let me write this one on the “Z” timezone to try to debug it.
@rdlmda@rdlmda.me right, timestamps are RFC3339, so something like this: 2024-09-29T13:30:00Z
@rdlmda@rdlmda.me You need to use the RFC3339 format. I would recommend you read the specs at https://twtxt.dev – This is what is used by many moden clients these days 😅