unix time?

Hi!

I have the weather plugin and i control my AC with it. But i want to make the plugin is updating correctly. The plugin has the lastupdate property but it’s a unix time.
World Weather LastUpdate 1395922621

Any way to compare that with NOW?

You can compare to the value to #NOW

The # operator grabs the time stamp of it’s argument.

[quote=“RichardTSchaefer, post:2, topic:180410”]You can compare to the value to #NOW

The # operator grabs the time stamp of it’s argument.[/quote]

Thanks!