Skip to content

Commit

Permalink
fx add convertlocalepoch
Browse files Browse the repository at this point in the history
  • Loading branch information
it-hms committed Aug 14, 2024
1 parent f58b307 commit 4bce92d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ private static long parseLocalTimeResult() throws ParseException {
*
* @param localEpochMillis the local epoch milliseconds timestamp
* @return epoch milliseconds timestamp relative to UTC
* @throws ParseException
* @throws InterruptedException
* @throws InterruptedException if interrupted while attempting script expression export block
* descriptor call
* @throws ParseException if unable to parse script expression export block descriptor call result
* (local time)
*/
public static long convertLocalEpochMillisToUtc(long localEpochMillis)
throws InterruptedException, ParseException {
Expand Down

0 comments on commit 4bce92d

Please sign in to comment.