i set aws system timezone to IST.
$ timedatectl
Local time: Fri 2018-06-15 16:43:20 IST
Universal time: Fri 2018-06-15 11:13:20 UTC
RTC time: Fri 2018-06-15 11:13:20
Time zone: Asia/Kolkata (IST, +0530)
Network time on: yes
NTP synchronized: no
RTC in local TZ: no
but play framework logs are still generating with UTC time zone
2018-06-15 11:22:46,002 [INFO] from application in main - Creating Pool for datasource 'default'
i am using play framework 2.5
and i am running play framework by sudo sbt clean dist