How to calculate the following Friday at 3am?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-03-13T01:02:16Z
Indexed on
2010/03/13
8:35 UTC
Read the original article
Hit count: 269
python
|date-arithmetic
How can you calculate the following Friday at 3am as a datetime
object?
Clarification: i.e., the calculated date should always be greater than 7 days away, and less than or equal to 14.
© Stack Overflow or respective owner