[Paraview] Paraview Epoch Function?

2013-10-24 Thread Paul Graham
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 w

Re: [Paraview] Paraview Epoch Function?

2013-10-24 Thread Pat Marion
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/pyth