This library provides getting timestamp from an internal clock of FlashAir.
Tested with W-04 and using NICT time server.
Write this lines in your Lua program.
local ts = require "FaTimestamp"
local timestamp = getTimestamp()
Microsoft Public License