Time.at can throw an exception if passed a string that is overly precise. Converting to float prior to this avoids that. Note that the epoch may be returned when the string cannot be converted to a float; previously an exception was raised.
Time.at can throw an exception if passed a string that is overly precise. Converting to float prior to this avoids that. Note that the epoch may be returned when the string cannot be converted to a float; previously an exception was raised.