Skip to Content.
Sympa Menu

mace-opensaml-users - Re[2]: -2 hours after toString()

Subject: OpenSAML user discussion

List archive

Re[2]: -2 hours after toString()


Chronological Thread 
  • From: Sergey Kasneryk <>
  • To: Derek Atkins <>,
  • Cc:
  • Subject: Re[2]: -2 hours after toString()
  • Date: Mon, 9 Feb 2004 11:16:05 +0200

Hello All,

Friday, February 6, 2004, 5:20:31 PM, you wrote:

DA> What timezone are you in? It looks like you're in EET, but I
DA> don't know what that is.

DA> Note that the NotBefore/NotOnOrAfter are denoted in Zulu time (see the
DA> 'Z' at the end). Is EET, perhaps, a GMT+2 timezone?

DA> -derek

DA> Sergey Kasneryk
<>
writes:

>> Hello.
>>
>> Code prototype:
>>
>> currentTime = "Fri Feb 06 15:47:07 EET 2004";
>> notOnOrAfter = "Mon Feb 16 15:47:07 EET 2004";
>> samlAssertion = new SAMLAssertion(issuer, currentTime,
>> notOnOrAfter, samlConditions, samlAdvice,
>> samlStatements);
>> String xml = samlAssertion.toString();
>> System.out.println("xml = " + xml);
>>
>> Out:
>> xml = <Assertion ...
>> <Conditions NotBefore="2004-02-06T13:47:07Z"
>> NotOnOrAfter="2004-02-16T13:47:07Z">
>> </Conditions>...
>>
>> - values of NotBefore and NotOnOrAfter in a strange way lose exact 2
>> hours: was 15 - printed 13.
>>
>> Could somebody knows a reason or a fix or a workaround?
>>
>> --
>> Best regards,
>> Sergey
>> mailto:
>>
>>
>>

thanks. it seems you is right.

--
Best regards,
Sergey




Archive powered by MHonArc 2.6.16.

Top of Page