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 37753b7 commit 80a08adCopy full SHA for 80a08ad
java_runtime/src/classes/java/util/gregorian_calendar.rs
@@ -65,7 +65,7 @@ impl GregorianCalendar {
65
let timestamp = tz
66
.with_ymd_and_hms(year, (month + 1) as _, date as _, hour_of_day as _, minute as _, second as _)
67
.unwrap()
68
- .timestamp_millis() as i64;
+ .timestamp_millis();
69
70
let calculated_time = timestamp + millisecond as i64;
71
0 commit comments