Skip to content

Commit

Permalink
Intentional bug to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Aug 28, 2024
1 parent 6dbbbf2 commit 5e34d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdlog/src/sink/rotating_file_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ impl RotatorTimePoint {
// constructor.
#[must_use]
fn next_rotation_time_point(time_point: TimePoint, now: SystemTime) -> SystemTime {
let now: DateTime<Local> = now.into();
let now: DateTime<Utc> = now.into();
let mut rotation_time = now;

match time_point {
Expand Down

0 comments on commit 5e34d81

Please sign in to comment.