My ISP hosts my ASP server in the US however any system time variables that I enter are in EST.
i.e I submit an entry in the UK at 11am and it's shows that the record has been input 6am.
I am using the following variable :
DateAdd("d", p_length, Now)
How do I add 5 hours ?
Thanks in advanced
i.e I submit an entry in the UK at 11am and it's shows that the record has been input 6am.
I am using the following variable :
DateAdd("d", p_length, Now)
How do I add 5 hours ?
Thanks in advanced