Skip to content

Commit 3e121f0

Browse files
shamb0RalfJung
andauthored
Update tests/pass-dep/libc/libc-time.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 9c7a493 commit 3e121f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass-dep/libc/libc-time.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn test_localtime_r_gmt() {
125125
fn test_localtime_r_pst() {
126126
let key = "TZ";
127127
env::set_var(key, "PST8PDT");
128-
const TIME_SINCE_EPOCH: libc::time_t = 1712475836;
128+
const TIME_SINCE_EPOCH: libc::time_t = 1712475836;// 2024-04-07 07:43:56 GMT
129129
let custom_time_ptr = &TIME_SINCE_EPOCH;
130130
let mut tm = create_empty_tm();
131131

0 commit comments

Comments
 (0)