May 20, 2002 #1 ozpeppers Programmer Joined Jul 17, 2001 Messages 32 Location BN Hi, I'm trying to insert a date/time into sql 7. The problem is that the variable holding the date/time is in utc format. Does anyone know how to get around this problem? Thanks in advance Mark
Hi, I'm trying to insert a date/time into sql 7. The problem is that the variable holding the date/time is in utc format. Does anyone know how to get around this problem? Thanks in advance Mark
May 20, 2002 #2 sweevo Programmer Joined Jan 30, 2002 Messages 182 Location GB What format do you want it in? Upvote 0 Downvote
May 20, 2002 Thread starter #3 ozpeppers Programmer Joined Jul 17, 2001 Messages 32 Location BN I want to convert it so I get the following format: YYYY-MM-DD 00:00:00.000 Cheers Mark Upvote 0 Downvote