From b69d67de6e14b83647b4e4201cc2403b30d4df8a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 26 Aug 2024 23:42:50 -0700 Subject: version 0.0.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9d1a92..f96ee7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Chronowatcher is a Rust library for getting the time and weather of locations in - Retrieving Eorzean Date ```rust use eorzean_weather::calculate_forecast; -current_time = Utc::now().timestamp_millis(); +current_time = Utc::now().timestamp(); let eorzean_date = eorzean_time::convert_to_eorzean_date(current_time); // EorzeanDate { guardian: "Thaliak", phase: "Waxing Half Moon", moon: "Second Astral Moon", years: 1069, suns: 9, bells: 5, minutes: 54 } -- cgit v1.2.3