google-code-export / pyafipws

Automatically exported from code.google.com/p/pyafipws
GNU General Public License v3.0
0 stars 1 forks source link

Problemas por el fallido cambio de uso horario #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Que tu gobierno decida a ultimo momento no aplicar el DST
2. Generar el TRA
3. Tratar de autenticar contra WSAA con ese TRA

What is the expected output? What do you see instead?
Esperaba un TA valido, me devuelve SoapFaul (El tiempo del expire es menor
a la fecha actual)

What version of the product are you using? On what operating system?
r92

Please provide any additional information below.
Cambiando la linea 31 de php.py a:
d = datetime.datetime.fromtimestamp(timestamp)+"-03:00"
resuelve el problema

Original issue reported on code.google.com by federoit...@gmail.com on 20 Oct 2009 at 10:16