The Nominet specs and Nominet support say that the response should include the full creation timestamp including microseconds in a format such as:

<domain:crDate>2024-04-22T13:11:19.039559Z</domain:crDate>

but my script shows the raw response as being:

<domain:crDate>2024-04-22T14:11:19</domain:crDate>

I can reproduce the results from your script - the frame comes back with whole seconds only for crDate, exDate and upDate. However, I do not see anywhere in the Nominet docs that they claim anything else. Can you provide a link to the documentation which states that domain:info returns microseconds?


🦛


In reply to Re: Net::EPP fractional seconds by hippo
in thread Net::EPP fractional seconds by HariSeldon

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.