fix: remove split seconds
This commit is contained in:
parent
3c1cc92461
commit
9f7f337efd
5 changed files with 17 additions and 6 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Reference in a new issue