Skip to content

Conversation

@oliver-k-yeh
Copy link

@oliver-k-yeh oliver-k-yeh commented Jul 4, 2020

total_seconds is more accurate then seconds

import datetime
x = datetime.datetime(2020,1,2)
y = datetime.datetime(2020,1,4)
(x-y).seconds  # 2
(x-y).total_seconds() # -172800.0

You are probably asking - "Why in the world do you have a replica set that has a lag of over a day?"

Well, we have such a long lag when we do initial syncs X-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant