pub fn bj_time() -> NaiveDateTime
Expand description

Beijing time, date and time

Usage

use chrono::Timelike;
use python_comm::use_basic::*;

assert!(bj_time().time().hour() >= 0);