davidmckenzie
davidmckenzie
Is timezone same on both the client box and the server box? On 12 May 2019, 10:20, at 10:20, kiwiscout wrote: >I'm hoping its not something I have done prior......
Is that a UTC timestamp in there? Sounds like it's reading that UTC time and interpreting it as local time
I wonder if that's _always_ UTC... any other FLEX users that can confirm? If so then easy enough to make the moment thing get the unix timestamp in utc, if...
I wouldn't assume that it's the same everywhere - will need to be config, should be simple enough :)
Could also use a 'refresh type' variable - new/updated or something. The searching for higher level aliases should be simple - sub out the special chars and search on that....
> Perhaps to extend the plugin capabilities, the api.js may run a separate loader to ensure certain enabled variables needed for the plugins are present. As well as allowing plugin...
Still haven't had a chance to look at this, but just going through old issues this is kinda similar to #34 - could potentially knock that one over at the...
This is where I really wish we weren't using sqlite ;) So for arguments sake, lets say you have 1000 aliases, and on all of those aliases you want to...
> The only use case i could see for querying them all at once, is some sort of admin page. >An example right now is you can't see the pushover...
This should work... what URL is chrome trying to connect to? If it's listening on 127.0.0.1 then it should be fine. I haven't tried running the raspi image - going...