biff

Nik 2024-09-24T07:15:48.104219Z

Any idea how to set timezone for the deployment? I followed the https://biffweb.com/docs/tutorial/deploy/ (to linode) I changed UTC to IST in deps.edn :biff.system-properties/user.timezone "IST") - but I after some tinkering I think this is for something else but I still see the timestamps from logs and (t/now) from tick library, are in GMT timezone. In local it works as expected, so I'm guessing it has do with system settings? Is there a way to set it before I start fiddling with environment

jf 2024-09-25T00:29:16.185989Z

timedatectl should probably do it for changing your timezone: try timedatectl set-timezone Asia/Kolkata

👌 1
👌🏼 1