Colton Idle
06/02/2024, 4:50 PMInstant
's that I'm trying to convert to strings with the format of yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
My code seems to work in most cases BUT according to crashlytics... it's sometimes giving me dates that don't exist. Like weirdly large year values or just dates that don't exist like April 31st, even though april only has 30 days.
I think it maybe is coming from the fact that I use SimpleDateFormat. Does that sound like something that could be the fault of SDF?Casey Brooks
06/02/2024, 5:14 PMColton Idle
06/02/2024, 5:17 PMColton Idle
06/02/2024, 5:17 PMAwkin
06/02/2024, 6:56 PMMofe Ejegi
06/03/2024, 8:26 AMchar('.')
before the secondFraction()
?Awkin
06/03/2024, 8:28 AM