<%@ page class="TimeHandler" %> <%@ impl include="Poco/DateTime.h" include="Poco/DateTimeFormatter.h" %> <% Poco::DateTime now; std::string dt(Poco::DateTimeFormatter::format(now, "%W, %e %b %y %H:%M:%S %Z")); %> HTTPTimeServer powered by POCO C++ Libraries and PageCompiler

<%= dt %>