abrignoni / iLEAPP

iOS Logs, Events, And Plist Parser
MIT License
724 stars 142 forks source link

Datetime Import #576

Open JamesHabben opened 11 months ago

JamesHabben commented 11 months ago

Saw a commit to change the use of datetime import in I. i had updated that as part of syncing cross versions. A, R, V use datetime.datetime.now() and I is the only one importing at higher level and using datetime.now(). do you want to move the others to this instead?

I: https://github.com/abrignoni/iLEAPP/blob/eb2bfbaf688961f09445d74318b92020d9c0352b/scripts/ilapfuncs.py#L40

A: https://github.com/abrignoni/ALEAPP/blob/f7243e99c6ccc5ab5148106558461140d7f5dab8/scripts/ilapfuncs.py#L33

R: https://github.com/abrignoni/RLEAPP/blob/3a62eb369d7203353db4872b6077a6361c07f095/scripts/ilapfuncs.py#L30

V: https://github.com/abrignoni/VLEAPP/blob/20a066a144c931ccf383a45fb0ce878c9d62ffc6/scripts/ilapfuncs.py#L30