Framework update.

This commit is contained in:
stephb9959
2022-05-09 09:48:12 -07:00
parent 3cb908c9ed
commit b72254dd7a
8 changed files with 25 additions and 19 deletions

View File

@@ -147,7 +147,7 @@ namespace OpenWifi{
Existing.phones = NewObject.phones;
if(RawObject->has("mobiles"))
Existing.mobiles = NewObject.mobiles;
Existing.info.modified = std::time(nullptr);
Existing.info.modified = OpenWifi::Now();
if(RawObject->has("type"))
Existing.type = NewObject.type;