Package | Description |
---|---|
de.uplanet.lucy.server.scripting | |
de.uplanet.lucy.server.scripting.groovy |
Modifier and Type | Method and Description |
---|---|
ChimeraDate |
ChimeraDate.asDate()
Get the current date, i.e. the instance in time with its
UTC time part set to zero.
|
ChimeraDate |
ChimeraDate.asDate(String p_strTimeZone)
Get the current date, i.e. the instance in time with its
time part set to zero in the given time zone.
|
ChimeraDate |
ChimeraDate.asDate(TimeZone p_tz)
Get the current date, i.e. the instance in time with its
time part set to zero in the given time zone.
|
ChimeraDate |
ChimeraDate.asTime()
Get the current time, i.e. the instance in time with its
date set to zero 1970-01-01 in the UTC time zone.
|
ChimeraDate |
ChimeraDate.getWithoutFractionalSeconds()
Discard the fractional seconds using the UTC time zone.
|
ChimeraDate |
ChimeraDate.getWithoutFractionalSeconds(String p_strTimeZone)
Discard the fractional seconds.
|
ChimeraDate |
ChimeraDate.getWithoutFractionalSeconds(TimeZone p_tz)
Discard the fractional seconds.
|
Modifier and Type | Method and Description |
---|---|
ChimeraDate |
CurrentTimestampClosure.call()
Get the current timestamp as both a
java.sql.Timestamp
and as a . |
ChimeraDate |
NowClosure.call()
Get the current date as both a
java.sql.Timestamp
and as a . |