fun fromSecondOfDay(secondOfDay: Int, nanosecond: Int = 0): Time
Create the Time representing a number of seconds since the start of the day and optionally, the number of nanoseconds within that second.
DateTimeException - if the time is invalid
DateTimeException