I did not want to take a risk of coming up with a hack for this because it involves datetime
objects. Basically, I want to do the conversion as follows:
2010-04-21 06:37:53 -> 2010-04-21 06:40:00
2010-08-26 02:54:00 -> 2010-08-26 03:00:00
2010-04-21 06:37:12 -> 2010-04-21 06:40:00
2010-08-26 11:54:19 -> 2010-08-27 00:00:00
Is there a built-in way of doing this?