OLC - Difference between "sysdate" and "AlertFilterUtils.getCurrentTime()"
in Learning
Summary:
Wanted to know the difference between the "sysdate" and "AlertFilterUtils.getCurrentTime()"
Content (required):
I wanted to know the difference between the "sysdate" and "AlertFilterUtils.getCurrentTime()" used in the below expressions,
${assignmentCreatedDate} >= sysdate-1/24
${assignmentCreatedDate} > ${AlertFilterUtils.addTime(AlertFilterUtils.getCurrentTime(),-1,0,0)}
Are we using AlertFilterUtils.getCurrentTime() because AlertFilterUtils.addTime/Days does not support sysdate ?
Version (include the version you are using, if applicable): 22D
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0