I am trying to pass a date in a particular timezone to a function and try to print it:
use chrono::{DateTime, TimeZone, Utc}; use chrono_tz::Asia::Kolkata;