Nevermind, I found it here:
"john" <servobit(at)m(dot)r(dot)c> wrote in message
news:ZNwQ7(dot)642$CR2(dot)230891(at)typhoon(dot)maine(dot)rr(dot)com(dot)(dot)(dot)
> Hi,
>
> I have a field (Date type) and I'd like to insert the current date and
time.
>
> e.g.:
>
> insert into my_table( my_date_field ) values ( sysdate );
>
> Is there an equivalent to Oracle's "sysdate" keyword?
>
> Thanks,
>
> John
>
>