Обсуждение: now() + integer, not rounded to whole day

Поиск
Список
Период
Сортировка

now() + integer, not rounded to whole day

От
jirinej@volny.cz (JN)
Дата:
Is it possible to add some portion of the day to now() ? I cannot
round now() to whole days like now()::date. Hours, minutes and seconds
are also important to me. This I had in Oracle, and need to convert it
:

sysdate + 1/1440

Thanks for any suggestion.