Search found 27 matches: timezone

Return to advanced search

Re: How to convert a Date to an Unix TimeStamp?

... , '%d-%m-%Y %H:%i:%S')", { nUnixTimeInSeconds} ) Also while dealing with TimeStamps in MySql, we need to keep in mind automatic TimeZone conversions from UTC.
by nageswaragunupudi
Mon Jan 29, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: Problem with SQL Native

... to our local time zone, at the very beginning. with SET @@session.time_zone = '-03:00';  and then proceed. Note: '-03:00' is Brazil TimeZone (UTC-3). If I am still not clear, please let me know.
by nageswaragunupudi
Mon Feb 14, 2022 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1671

Re: New FTDN January/Enero 2019 (FWH 19.01)

... para recuperar todas las carpetas (directorios) y ficheros de una determinada carpeta. * Nueva función: function FW_TIMEZONE( [lNegative] ) --> Timezone en formato +/-HH:MM. Si el parámeto opcional lNegative es puesto a .T., se cambia de signo. * Nueva función: function cRelativePath( cFullPath, ...
by Antonio Linares
Mon Feb 11, 2019 6:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2708

New FTDN January/Enero 2019 (FWH 19.01)

... samples\elixir.prg and elixir.rc, shows how to use a TreeView to review all folders and files. * New: function FW_TIMEZONE( [lNegative] ) --> Timezone in format +/-HH:MM. If the optional parameter lNegative is .t., the sign is reversed. * New: function cRelativePath( cFullPath, [cCurrentPath] ...
by Antonio Linares
Mon Feb 11, 2019 1:08 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2019 (FWH 19.01)
Replies: 4
Views: 2708

Re: Google APIS Lib for Fivewin

... mins 15 secs Error occurred at: 12/06/2018, 09:06:25 Error description: Error BASE/1132 Bound error: array access Args: [ 1] = H {=>} [ 2] = C timeZone Stack Calls =========== Called from: .\source\internal\TGEVECAL.PRG => TGEVENTCALC:HASHLISTEVENTS( 399 ) Called from: .\source\internal\TGEVECAL.PRG ...
by Maurizio
Tue Jun 12, 2018 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24983

New FTDN March/Marzo 2017 (FWH 17.03)

... Fixed See http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33179 * FWHMARIADB: - Now works with GCC also - At time of connection, session timezone is set to local time of zone of the PC connecting to the server. This resolves many possible issues with consistency of timestamp values internationally ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1508

Re: convert this "1458480306" Into 20160320142506

Here is another approach, utilizing (x)Harbour's capabilities of datetime computations and also incorporating the timezone conversion implications. function MyConvert( cUnixName )return cFileSetExt( Left( TTOS( STOT( "19700101000000" ) + Val( ...
by Enrico Maria Giordano
Thu Mar 24, 2016 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2531

Re: convert this "1458480306" Into 20160320142506

Here is another approach, utilizing (x)Harbour's capabilities of datetime computations and also incorporating the timezone conversion implications. function MyConvert( cUnixName )return cFileSetExt( Left( TTOS( STOT( "19700101000000" ) + Val( ...
by nageswaragunupudi
Thu Mar 24, 2016 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2531

Re: convert this "1458480306" Into 20160320142506

Many thanks
but I do not explay very wel the problem

This is the string to convert "1458480306"

Unix time, the number of seconds since 00:00:00 UTC on January 1, 1970

into this 20160320142506
or simply into

Date in your timezone*: 20/3/2016, 14:25:06

mucias gracias
by MarcoBoschi
Sun Mar 20, 2016 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert this "1458480306" Into 20160320142506
Replies: 9
Views: 2531

Re: A Forum-error ( PHP ) ?

... tengo problemas...saludos... :shock: [phpBB Debug] PHP Notice: in file /viewtopic.php on line 943: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods ...
by joseluisysturiz
Tue Jan 12, 2016 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Forum-error ( PHP ) ?
Replies: 50
Views: 7069

A Forum-error ( PHP ) ?

... this evening. The complete messages [phpBB Debug] PHP Notice: in file /viewtopic.php on line 943: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods ...
by ukoenig
Mon Jan 11, 2016 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Forum-error ( PHP ) ?
Replies: 50
Views: 7069

Re: un pequeño ejemplo ...meteo.prg

... "longitude": "13.729030" } }, "areaRank": "1", "popRank": "10", "timezone": { "type": "Fuso Orario", "woeid": "28350914", "content": "Europe/Rome" } ...
by Silvio.Falconi
Tue Dec 09, 2014 11:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: un pequeño ejemplo ...meteo.prg
Replies: 53
Views: 18317

New FTDN september 2014 (FWH 14.09)

... engine selected language. * Enhancement: optional parameter nHelpID supported by function MemoEdit(), thanks to Dan Landon * Enhancement: function TimeZone() adjusts Bias for daylight savings time, thanks to Dan Landon * Fix: tabs.prg. Destroy() method was trying to release oFont twice. Fixed. ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1111

Re: Ocultar la fecha

Javier, suponiendo que los usuarios tienen internet, puedes usar Webservice:

http://www.earthtools.org/webservices.htm#timezone

Si tu no sabes como usarlo, talvez otro compañero podría indicar como usarlo, ya que yo no sé...
Sería muy util para todos...
by Bayron
Thu Nov 10, 2011 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ocultar la fecha
Replies: 10
Views: 1562

Re: TSMTP: Invalid date - Solved

Hi James,

thank you, I'm going to do it, however I've already found the solution by EMG at viewtopic.php?f=3&t=15550&hilit=utc+time (standard TimeZone() function erroneously retrieves 1 instead of 2 in my system)

Thanks,
Davide
by Davide
Tue Mar 30, 2010 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSMTP: Invalid date
Replies: 2
Views: 478
Next

Return to advanced search