Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

Store dates older than epoch (6 Comments)

$
0
0

Topic by Pavansatish Annavarapu

Content

Is there a way to store dates older than epoch in Oracle Service Cloud?

A date type field field (custom filed/Custom object field) has a limitation

 Range: 86400..2147385599

Dates older than epoch evaluates to a negative values

e.g.: mktime(0,0,0,1,1,1960); returns -315601200 which is out of range.

I can think of other way like storing date as a string but I it will not provide me the flexibility to use it in the report filter as I do with date type field.

Thanks in advance.

Regards,

Pavan.

Version

Connect PHP 1.2

Viewing all articles
Browse latest Browse all 2504

Trending Articles