another date problem...

Hi,

i need to convert a string to date with a java snippet.

For example:

02jul2015->01jul2015 22:00

10oct2015->09oct2015 23:00

If i use a database writer i need to choose "No correction" to get the right value.

Now i need to write the value into a csv.

How can i get the right value?

Doesn't exist a java fuction to know if the data is a solar time

 

Hi Darbon,

for writing to a csv file I would previously convert it using the date to string node.

Best, Iris