%@ 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")); %>
<%= dt %>