What is the easiest way that a current timestamp in a page request can be generated?
A.
by writing a custom code method that invokes java.util.Date
B.
by writing a custom code method that invokes java.util.Timer
C.
by correlating the timestamp value to a built-in datasource
D.
by using the NOW() Excel function in a column of a datapool