Skip to content

Commit 67d2ce1

Browse files
committed
Intentionally revert the bug to test CI
1 parent 5e135d2 commit 67d2ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spdlog/src/sink/rotating_file_sink.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ impl RotatorTimePoint {
501501
// constructor.
502502
#[must_use]
503503
fn next_rotation_time_point(time_point: TimePoint, now: SystemTime) -> SystemTime {
504-
let now: DateTime<Local> = now.into();
504+
let now: DateTime<Utc> = now.into();
505505
let mut rotation_time = now;
506506

507507
match time_point {

0 commit comments

Comments
 (0)