RENDER(Request& context) { String raw = first(context.post["raw"], "today"); <>
print(time_format_local("%Y-%m-%d %H:%M", time_parse(raw))); ?>
= var_dump(context.params) ?>