top | item 31019364 (no title) ericpp | 3 years ago if time.hour == 12 && time.ampm == AM: return 0elif time.hour == 12 && time.ampm == PM: return 12elif time.ampm == PM: return time.hour+12else: return time.hour discuss order hn newest No comments yet.
No comments yet.