⧼vector-jumptocontent⧽

Timestamp field

From EPrints Documentation
Revision as of 00:44, 15 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs)

Inheritance

Description

Properties

name default description
min_resolution second This property is taken from the repository configuration.
render_res second This property is taken from the repository configuration.
render_style long This property is taken from the repository configuration.

Required Phrases

Database

Timestamp fields are stored in the database as

fieldname_year SMALLINT(6)
fieldname_month SMALLINT(6)
fieldname_daye SMALLINT(6)
fieldname_hour SMALLINT(6)
fieldname_minute SMALLINT(6)
fieldname_second SMALLINT(6)