// backend/config/db.js import 'dotenv/config'; export const APP_TIMEZONE = process.env.APP_TIMEZONE || '+07:00'; // default for Nilai //process.env.APP_TIMEZONE || 'Asia/Jakarta'; // default for Indonesia // All dates from DB are treated as if they are in this timezone