dateBasedOnTimezone
Converts a given date (or current date) to a specific time zone.
- import the method
import { dateBasedOnTimezone } from "nodelpers";
- params
timeZone: string;
- usage
dateBasedOnTimezone("Asia/Kolkata");
dateBasedOnTimezone("Asia/Kolkata", "2025-03-11");