Skip to content

Commit

Permalink
style: add Clockster easter egg
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Jan 16, 2025
1 parent 0219a85 commit fd6eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/parser/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub fn parse_microseconds(sec: u64, usec: u64) -> u64 {
#[inline]
pub fn microseconds_to_timestamp(usec: u64) -> String {
let naive = DateTime::from_timestamp(usec as i64, 0)
.expect("Clock may have gone backwards")
.expect("Clockster may have gone backwards")
.naive_utc();

#[cfg(not(target_os = "windows"))]
Expand Down

0 comments on commit fd6eed8

Please sign in to comment.