I'm getting a hard time on change a timezone
on AdonisJs 5
.
PORT=8080
HOST=0.0.0.0
NODE_ENV=development
APP_KEY=blablablabla
DRIVE_DISK=local
TZ=America/New_York
I have tried the code above, but nothing changes.
Anyone have an idea on how to set the timezone
?