Nova função adicionada no Harbour hb_UTCToTS( )

Projeto [x]Harbour - Compilador de código aberto compatível com o Clipper.

Moderador: Moderadores

Avatar do usuário
Itamar M. Lins Jr.
Administrador
Administrador
Mensagens: 7989
Registrado em: 30 Mai 2007 11:31
Localização: Ilheus Bahia
Curtiu: 1 vez

Nova função adicionada no Harbour hb_UTCToTS( )

Mensagem por Itamar M. Lins Jr. »

Olá!
hb_UTCToTS( <tUTCTime> [, @<lUTCOffset> ) -> <tLocalTime>

Código: Selecionar todos

2025-12-12 04:09 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
  * include/harbour.hbx
  * src/harbour.def
  * src/rtl/dateshb.c
    + added new PRG function which converts UTC time to local time:
          hb_UTCToTS( <tUTCTime> [, @<lUTCOffset> ) -> <tLocalTime>

  * include/hbdate.h
  * src/harbour.def
  * src/common/hbdate.c
    + added new C function which converts UTC time to local time:
         double hb_timeUTCToLocal( double dTimeStamp, int * piUTCOffset );
Saudações,
Itamar M. Lins Jr.
Responder