//ERDDAP/com.cohort.util/ScriptCalendar2/epochSecondsToLimitedIsoStringT
epochSecondsToLimitedIsoStringT
[JVM]
open fun epochSecondsToLimitedIsoStringT(time_precision: String, seconds: Double, NaNString: String): String
This is like safeEpochSecondsToIsoStringT3Z, but returns a limited precision string. This won't throw an exception.
Return
the formatted time string (or NaNString if trouble)