We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7a493 commit 3e121f0Copy full SHA for 3e121f0
tests/pass-dep/libc/libc-time.rs
@@ -125,7 +125,7 @@ fn test_localtime_r_gmt() {
125
fn test_localtime_r_pst() {
126
let key = "TZ";
127
env::set_var(key, "PST8PDT");
128
- const TIME_SINCE_EPOCH: libc::time_t = 1712475836;
+ const TIME_SINCE_EPOCH: libc::time_t = 1712475836;// 2024-04-07 07:43:56 GMT
129
let custom_time_ptr = &TIME_SINCE_EPOCH;
130
let mut tm = create_empty_tm();
131
0 commit comments