finance
finance copied to clipboard
Make a datetime utility function
Instead of directly using datetime.utcnow()
. In that way, if we ever decide to use a different data type (e.g., float
or int
), our job becomes a bit easier.