Hi Paul,

If you're willing to use the Paraview Python console, or the Python
programmable filter, then you could use Python's datetime module to convert
seconds to a meaningful date.  Just run 'import datetime' and then use one
of the commands here:

http://stackoverflow.com/questions/3694487/python-initialize-a-datetime-object-with-seconds-since-epoch

Pat


On Thu, Oct 24, 2013 at 6:22 PM, Paul Graham <meteorp...@gmail.com> wrote:

> Hi Everyone,
>
> I have a dataset with time in seconds since Jan 1970, so I'm wanting to
> find a way to convert that to a meaningful date for display.  Does Paraview
> have an epoch function that would facilitate this conversion?
>
> Thanks,
>
> Paul
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to