News:

Welcome on our forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - juga

#1
Hi, I found the solution:

This should be used on the expressions module:

TIME=UNIXTODATETIME(TIME)

Where:

TIME: parsed variable in Unix time format (for example 1368597301)

UNIXTODATETIME: function to convert from unix to regular time expression

Advanced Serial Data Logger is a great application! best regards.
#2
Hi, I am testing Advanced Serial Data Logger with a serial device that provides through the serial port some values and the timestamp in Unix time format, for example:

1368597301 (Unix time) -----> 2013-05-15 05:55:01

Is it possible to convert this value using the Expressions plug to a regular date and time format (for example YYYY.MM.DD HH:NN:SS) in the parsing process?

Thanks!