Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Timestamp difference

Former Member
0 Likes
244

Hi,

I'm getting two files with creation date and creation time. I've to upload this file somewhere.

But problem is " sometimes i'm getting the latest file before the older one" and older is getting updated as latest one due to time Insynchronization. Also i dont want to do the time stamps and do the validation for individual files as there are a number of files and performance will hamper.

possible solution expected

Regards,

Jyoti shankar

1 REPLY 1
Read only

Former Member
0 Likes
211

Hi,

Instead of date & time stamp, you can use date & counter

stamp. That will solve your issue.

Regards