pub fn local_date_hour(now_ms: u64) -> Option<String>
Converts a Unix timestamp in milliseconds to a local datetime string in the format “YYYY-MM-DD HH(AM/PM) ±TZ”. Example: 1970-01-01 08AM +08:00