ci: set TZ: 'Asia/Kolkata' on Python Tests

This commit is contained in:
diptanilsaha
2026-04-21 21:30:33 +00:00
parent f9232b209c
commit 4b2633a971

View File

@@ -56,6 +56,7 @@ jobs:
mysql:
image: mariadb:10.6
env:
TZ: 'Asia/Kolkata'
MARIADB_ROOT_PASSWORD: 'root'
ports:
- 3306:3306