aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
blob: 2d79ece8345e5423dbaa40feb07e5c9bae643187 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
mod eorzean_time;

use chrono::Utc;
use eorzean_time::convert_seconds_to_eorzean_duration;


fn main() {
    let current_time = Utc::now().timestamp_millis();
    let eorzean_date = eorzean_time::convert_to_eorzean_date(current_time);
    println!("{:?}", eorzean_date);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage