I wrote a macro in a crate and import it in the main function of a main project.
The macro depends on:
use chrono::{Utc, Local, DateTime, Date};
Current