Data Item _diffrn_scan.date_start

General

Item name
_diffrn_scan.date_start
Category name
diffrn_scan
Attribute name
date_start
Required in PDB entries
yes
Used in currrent PDB entries
No

Item Description

The date and time of the start of the scan.

Data Type

Data type code
yyyy-mm-dd
Data type detail
Standard format for CIF date and time strings (see http://www.iucr.org/iucr-top/cif/spec/datetime.html), consisting of a yyyy-mm-dd date optionally followed by the character 'T' followed by a 24-hour clock time, optionally followed by a signed time-zone offset. The IUCr standard has been extended to allow for an optional decimal fraction on the seconds of time. Time is local time if no time-zone offset is given. Note that this type extends the mmCIF yyyy-mm-dd type but does not conform to the mmCIF yyyy-mm-dd:hh:mm type that uses a ':' in place of the 'T' specified by the IUCr standard. For reading, both forms should be accepted, but for writing, only the IUCr form should be used. For maximal compatibility, the special time zone indicator 'Z' (for 'Zulu') should be accepted on reading in place of '+00:00' for GMT.
Primitive data type code
char
Regular expression
\ [0-9]?[0-9]?[0-9][0-9]-[0-9]?[0-9]-[0-9]?[0-9]\ ((T[0-2][0-9](:[0-5][0-9](:[0-5][0-9](.[0-9]+)?)?)?)?\ ([+-][0-5][0-9]:[0-5][0-9]))?