fix: remove split seconds

This commit is contained in:
ThetaDev 2022-10-18 23:06:19 +02:00
parent 3c1cc92461
commit 9f7f337efd
5 changed files with 17 additions and 6 deletions

View file

@ -3,7 +3,7 @@ mod protobuf;
pub mod dictionary;
pub use date::{month_from_n, shift_months, shift_years};
pub use date::{month_from_n, now_sec, shift_months, shift_years};
pub use protobuf::ProtoBuilder;
use std::{