<%@page import="java.util.*"%> <% String dateEntered = request.getParameter("date"); %> <% if (dateEntered!=null) { %> The email sent with a suffix of <%=dateEntered%> was sent at <%=(new Date(Integer.parseInt(dateEntered)*1000L)).toString()%>. Note that this may be off by an hour due to daylight savings. <% } else { %>

This page will tell you the date that you sent an email, given the number that the email system appended. For instance, if someone sent email to AndrewConway1234567@greatcactus.org, enter 1234567 below.

"name"@greatcactus.org

<% } %>