Following on from this Original post I need to do the conversion in the reverse direction (Unix Time to TDateTime).
@Howard Hinnant did a very elegant example using his date.h library but due to a compilation issue, I decided not to use it. His effort is appreciated though.
Could someone provide me with an example based on the code developed by @Remy Lebeau, please?