7 :
Transform<time_t, String>(config_path) {}
10 char buf[
sizeof "2011-10-08T07:07:09Z"];
11 strftime(buf,
sizeof buf,
"%FT%TZ", gmtime(&input));
12 this->
emit(String(buf));
virtual void set(const time_t &input) override
TimeString(const String &config_path="")
void emit(const String &new_value)