... with no failures or memory leaks.
If anyone is interested in viewing a live demo, via zoom, please let me know here and your preferred time zone. I am in Pacific US but can meet in European time zones as well.
2023-07-24_22-35-24.png
Estarei lançando muito em breve um novo aplicativo de ...
Pesquisa resultou em 24 ocorrências: +Zone
Termo pesquisado: +zone
- 26 Jul 2023 19:15
- Fórum: [x]Harbour
- Tópico: Convite
- Respostas: 3
- Exibições: 997
- 22 Mar 2022 01:03
- Fórum: [x]Harbour
- Tópico: Data de criacao do arquivo
- Respostas: 34
- Exibições: 11235
Data de criacao do arquivo
Olá!
Não sei se entendi bem: a data do servidor está em uma time zone diferente da máquina local? Quer alterar a data do arquivo no servidor ou a data do servidor?
constatei que a data do arquivo no servidor é 22/03/22...
Se souber a time zone da data do servidor, é possível calcular a diferença ...
Não sei se entendi bem: a data do servidor está em uma time zone diferente da máquina local? Quer alterar a data do arquivo no servidor ou a data do servidor?
constatei que a data do arquivo no servidor é 22/03/22...
Se souber a time zone da data do servidor, é possível calcular a diferença ...
- 16 Mar 2021 15:28
- Fórum: Sistemas Operacionais
- Tópico: Windows 10 21H1
- Respostas: 44
- Exibições: 11894
Windows 10 21H1
... devices.
We fixed an issue with a heap leak that might cause explorer.exe to consume high amounts of memory.
We updated the Volgograd, Russia time zone from UTC+4 to UTC+3.
We added a new time zone, UTC+2:00 Juba, for the Republic of South Sudan.
We fixed an issue with the Windows Event Log ...
We fixed an issue with a heap leak that might cause explorer.exe to consume high amounts of memory.
We updated the Volgograd, Russia time zone from UTC+4 to UTC+3.
We added a new time zone, UTC+2:00 Juba, for the Republic of South Sudan.
We fixed an issue with the Windows Event Log ...
- 07 Mar 2020 11:01
- Fórum: [x]Harbour
- Tópico: Agilizar rotina
- Respostas: 15
- Exibições: 21932
Agilizar rotina
... option --databases (-B).
--triggers Dump triggers for each dumped table.
(Defaults to on; use --skip-triggers to disable.)
--tz-utc SET TIME_ZONE='+00:00' at top of dump to allow dumping of
TIMESTAMP data when a server has data in different time
zones or data is being moved between servers ...
--triggers Dump triggers for each dumped table.
(Defaults to on; use --skip-triggers to disable.)
--tz-utc SET TIME_ZONE='+00:00' at top of dump to allow dumping of
TIMESTAMP data when a server has data in different time
zones or data is being moved between servers ...
- 26 Out 2018 05:06
- Fórum: Legislação Fiscal e Tributária
- Tópico: Horário de verão 2018
- Respostas: 5
- Exibições: 2481
Horário de verão 2018
... dd/mm/yyyy" )
? "hb_TSToStr() ", hb_TSToStr( hb_DateTime())
? "hb_TSToUTC() ", hb_TSToUTC( hb_DateTime() )
? "UTCTime() ", UTCTime()
? "TimeZoneStr() ", TimeZoneStr()
? "DateTimeZoneStr() ", DateTimeZoneStr()
? "XMLTimeStamp() ", XMLTimeStamp()
SetPos( Row() + 10, Col() )
__Wait ...
? "hb_TSToStr() ", hb_TSToStr( hb_DateTime())
? "hb_TSToUTC() ", hb_TSToUTC( hb_DateTime() )
? "UTCTime() ", UTCTime()
? "TimeZoneStr() ", TimeZoneStr()
? "DateTimeZoneStr() ", DateTimeZoneStr()
? "XMLTimeStamp() ", XMLTimeStamp()
SetPos( Row() + 10, Col() )
__Wait ...
- 18 Dez 2017 11:40
- Fórum: FiveWin
- Tópico: Execute um vídeo incorporado do YouTube com o ActiveX
- Respostas: 2
- Exibições: 2635
Execute um vídeo incorporado do YouTube com o ActiveX
... 0
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE, "SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" )
oRegKey:Set(cNameProg,0,4) // Padrão 1
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE, "SOFTWARE\Wow6432Node\Microsoft ...
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE, "SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" )
oRegKey:Set(cNameProg,0,4) // Padrão 1
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE, "SOFTWARE\Wow6432Node\Microsoft ...
- 07 Dez 2017 15:52
- Fórum: FiveWin
- Tópico: Execute um vídeo incorporado do YouTube com o ActiveX
- Respostas: 2
- Exibições: 2635
Execute um vídeo incorporado do YouTube com o ActiveX
... 0
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE,;
"SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" )
oRegKey:Set(f_cNameProg,0,4) // Padrão 1
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE,;
"SOFTWARE\Wow6432Node ...
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE,;
"SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION" )
oRegKey:Set(f_cNameProg,0,4) // Padrão 1
oRegKey:Close()
oRegKey := TReg32():New( HKEY_LOCAL_MACHINE,;
"SOFTWARE\Wow6432Node ...
- 29 Nov 2017 22:58
- Fórum: [x]Harbour
- Tópico: E quando dá erro no mingw? o que fazer?
- Respostas: 44
- Exibições: 20026
E quando dá erro no mingw? o que fazer?
... longer before the policy is applied again.
' # where most code reside, and the lines after the caret, eg. the body of a function.
' # The exclusion zone is given in pixels.
Public Sub SetXCaretPolicy(caretPolicy As Long, caretSlop As Long)
Call SendEditor(2402, caretPolicy, caretSlop)
End Sub ...
' # where most code reside, and the lines after the caret, eg. the body of a function.
' # The exclusion zone is given in pixels.
Public Sub SetXCaretPolicy(caretPolicy As Long, caretSlop As Long)
Call SendEditor(2402, caretPolicy, caretSlop)
End Sub ...
- 02 Set 2017 11:46
- Fórum: [x]Harbour
- Tópico: TimeZone
- Respostas: 15
- Exibições: 5839
TimeZone
Ola!
pessoal que usa NFe Cte tem que indicar a time zone em varios lugares
Não entendi direito, mas aqui na Bahia é só desligar o horário de verão no windows mesmo.
A hora fica sempre correta, basta informar o local correto, mas isso é no OS não no aplicativo, porque o aplicativo não tem GPS "AINDA ...
pessoal que usa NFe Cte tem que indicar a time zone em varios lugares
Não entendi direito, mas aqui na Bahia é só desligar o horário de verão no windows mesmo.
A hora fica sempre correta, basta informar o local correto, mas isso é no OS não no aplicativo, porque o aplicativo não tem GPS "AINDA ...
- 02 Set 2017 00:25
- Fórum: [x]Harbour
- Tópico: TimeZone
- Respostas: 15
- Exibições: 5839
TimeZone
Olá Alexandre,
Que estranho... Isso não é só no horário de verão e não tem nada a ver com Time Zone... Tem que informar sempre.
Que estranho... Isso não é só no horário de verão e não tem nada a ver com Time Zone... Tem que informar sempre.
Código: Selecionar todos
cDateTime := TtoC( DateTime() )
cDateTime := Left( cDateTime, RAt( ".", cDateTime ) -1 )- 01 Set 2017 19:47
- Fórum: [x]Harbour
- Tópico: TimeZone
- Respostas: 15
- Exibições: 5839
TimeZone
Pessoal
Alguma funcao que retorne a timezone no harbour ?
Quando chega horario de verao, pessoal que usa NFe Cte tem que indicar a time zone em varios lugares
<dhEvento>2016-10-31T09:44:20-02:00</dhEvento>
Obrigado
Alguma funcao que retorne a timezone no harbour ?
Quando chega horario de verao, pessoal que usa NFe Cte tem que indicar a time zone em varios lugares
<dhEvento>2016-10-31T09:44:20-02:00</dhEvento>
Obrigado
- 14 Fev 2016 22:11
- Fórum: [x]Harbour
- Tópico: Tabela temporária em memória
- Respostas: 55
- Exibições: 7719
Tabela temporária em memória
... chama de "ADS" espalhados por todo lugar. Tenho uns filmes antigos aqui, que baixo via torrent... praticamente todos eles tinham um ADS anexo, "Zone Identifier"... tentei "matar" todos eles, a maioria foi para o espaço mesmo. Os relacionados aos filmes, foram todos. Mas havia uns que o programa ...
- 09 Out 2015 17:01
- Fórum: Banco de Dados
- Tópico: Mysqldump
- Respostas: 18
- Exibições: 9750
Mysqldump
... CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN ...
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN ...
- 01 Jun 2015 10:01
- Fórum: SQL
- Tópico: Backup MySql x HeidiSQL
- Respostas: 5
- Exibições: 3356
Backup MySql x HeidiSQL
... CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN ...
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN ...
- 12 Ago 2014 10:06
- Fórum: FiveWin
- Tópico: A tela da ErrorSys assusta? então use esta.
- Respostas: 15
- Exibições: 9870
A tela da ErrorSys assusta? então use esta.
... cPass ) // [jlalin], IBTC
oMail:cReplyTo := cReplyTo
oMail:nGMT := 8 // 8 = Pacific Standard Time (GMT -08:00) - Adjust this to your own Time Zone!
oMail:nDelay := 1
*oMail:lTxtAsAttach := .F. // uncomment to force txt, log and htm files as inline as opposed to attachement
oMail:oSocket ...
oMail:cReplyTo := cReplyTo
oMail:nGMT := 8 // 8 = Pacific Standard Time (GMT -08:00) - Adjust this to your own Time Zone!
oMail:nDelay := 1
*oMail:lTxtAsAttach := .F. // uncomment to force txt, log and htm files as inline as opposed to attachement
oMail:oSocket ...