Search found 173 matches: utc

Return to advanced search

xharbour last cvs error

Hi, after this changelog : 2016-08-15 17:04 UTC-0400 Ron Pinkas <ron.pinkas/at/xharbour.com> * bin/bld.bat + Added test for error level after prg compilation * bin/bld_vc.bat + Added support for VS 2013 and 2015 * make_vc.bat * More complete ...
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3156

Re: UTC to Local

Thank you for more info
by bpd2000
Tue Apr 12, 2016 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao, When we use year 2009 as per example above we receive error as "Date out of range" Kindly verify Yes. For the sample, I entered table of DST for years from 2015 to 2019. This table works for USA for these years. If they want for earlier years, they need to enter information for ...
by nageswaragunupudi
Tue Apr 12, 2016 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao,
When we use year 2009 as per example above we receive error as "Date out of range"
Kindly verify
by bpd2000
Tue Apr 12, 2016 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Better we stop using date (valtyle 'D') and time (valtype 'C') separately and start dealing with date and time as DateTime varialbles (valtype 'T'). For getting current datetime value we use DateTime() in xHarbour and HB_DateTime() in Harbour. We can store and retrieve DateTime values in DBF by crea...
by nageswaragunupudi
Mon Apr 11, 2016 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Hi Rao,

I used HB_DateTime to resolve this issue.

Sincerely,
by cdmmaui
Mon Apr 11, 2016 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao or Anyone That Can Help, I see the sample of tUTC := DateTime() which works fine. However, I am reading date and time from a DBF and assigning values dTxDate and cTxtime. How do I get the dTxdate and cTxTime in the correct format returned by DateTime(), can I pass parameters to DateTime(), ...
by cdmmaui
Mon Apr 11, 2016 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao,

Thank you. I will be implementing and testing today.
by cdmmaui
Mon Apr 11, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

... USATimeTest()  // this function is for testing only   local tUTC    := DateTime()   local tLocal   SET DATE AMERICAN   SET CENTURY ON   SET TIME FORMAT TO "HH:MM"   // change the test as you ...
by nageswaragunupudi
Thu Apr 07, 2016 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao,

Where can I get details about UTCtoLocalWithDST and STOT?

Thank you,
by cdmmaui
Thu Apr 07, 2016 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

Dear Rao,

Thank is exactly what I needed. Thank you!

We are going to build a table and add DST for the coming years and add more years as we get them.

We are tracking in real time so we have time to update tables.

Thanks again for your help!

Sincerely,
by cdmmaui
Thu Apr 07, 2016 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

The question is something like this: ? UTCtoLocalWithDST( STOT( "20150310103000" ), "PT" ) --> 10/03/2015 03:30:00 ? UTCtoLocalWithDST( STOT( "20160310103000" ), "PT" ) --> 10/02/2015 02:30:00 For this function to return correct results we need to keep t...
by nageswaragunupudi
Wed Apr 06, 2016 4:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

Re: UTC to Local

by cnavarro
Mon Apr 04, 2016 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124

UTC to Local

Hello,

Is there a function available to convert UTC YYYY/MM/DD MM:SS:SS to local date and time if I pass a parameter such as ET, CT, MT or PT for USA time zones with consideration of DST?

Thank you!
by cdmmaui
Mon Apr 04, 2016 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTC to Local
Replies: 13
Views: 4124
PreviousNext

Return to advanced search

cron