Hi everyone,
A software product my company has uses UNIX time, which has resulted in some great annoyances. I was trying to create a date field within the product to store birthdates, but I couldn't do it because it was using the UNIX time to store the dates. In other words, I couldn't do it because anyone born nefore 1970 wouldn't be able to put in their birthdate. As a result, I had to use a text field to store a date. Can anyone tell me the exact reason for using this method of storing a date time? It seems like it would eventually lead to enormously large numbers, which would be cumbersome to store, not the mention the obvious fact that reading the time requires a conversion. Any thoughts?
A software product my company has uses UNIX time, which has resulted in some great annoyances. I was trying to create a date field within the product to store birthdates, but I couldn't do it because it was using the UNIX time to store the dates. In other words, I couldn't do it because anyone born nefore 1970 wouldn't be able to put in their birthdate. As a result, I had to use a text field to store a date. Can anyone tell me the exact reason for using this method of storing a date time? It seems like it would eventually lead to enormously large numbers, which would be cumbersome to store, not the mention the obvious fact that reading the time requires a conversion. Any thoughts?
