Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
f-string tricks solution in Creative category for Date and Time Converter by roman.bratishchev
import re,calendar as ca
date_time=lambda s:eval(re.sub('.'.join([r'0*(\d+)']*5),r'f"\1 {ca.month_name[\2]} \3 year \4 hour{"s"*(\4!=1)} \5 minute{"s"*(\5!=1)}"',s))
Oct. 2, 2025