Package net.snowflake.client.util
Class SFTimestamp
- java.lang.Object
-
- net.snowflake.client.util.SFTimestamp
-
public class SFTimestamp extends Object
-
-
Constructor Summary
Constructors Constructor Description SFTimestamp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getUTCNow()
Get current time in UTC in the following format
-
-
-
Method Detail
-
getUTCNow
public static String getUTCNow()
Get current time in UTC in the following format- Returns:
- String representation in this format: yyyy-MM-dd HH:mm:ss
-
-