This is the multi-page printable view of this section. Click here to print.
U
- 1: Unix Epoch
- 2: User
- 3: Coordinated Universal Time (UTC)
- 4: UUID
1 - Unix Epoch
The Unix epoch is 00:00:00 UTC on 1st January 1970. Some timestamps in Stroom are represented as the number of milliseconds since the Unix epoch, e.g.
1738331628276, and may be referred to as epoch ms or epoch milliseconds.2 - User
Refers to a Stroom User that is linked to either an Account in Stroom’s internal Identity Provider or a user account in an external Identity Provider. A Stroom User is only concerned with authorisation (i.e. application/document permissions and group memberships), and not authentication.
See Also
- Account Account Refers to a user account in Stroom’s internal Identity Provider.Click to see more details...
- Identity Provider (IDP) Identity Provider (IDP) An Identity Provider is a system or service that can authenticate a user and assert their identity. Identity providers can support single sign on (SSO), which allows the user to sign in once to the Identity Provider so they are then authenticated to all systems using that IDP.Click to see more details...
- Users and Groups
3 - Coordinated Universal Time (UTC)
Coordinated Universal Time (UTC), also known as Zulu time, is the international standard by which the world regulates clocks and time. It is essentially a successor to Greenwich Mean Time (GMT). UTC has the time zone offset of
+00:00 and does not change for daylight saving. All international time zones are relative to UTC.Stroom currently works internally in UTC, though it is possible to change the display time zone via User Preferences to display times in another time zone.
See Also
4 - UUID
A Universally Unique Identifier for uniquely identifying something. UUIDs are used as the identifier in Doc Refs. An example of a UUID is
4ffeb895-53c9-40d6-bf33-3ef025401ad3.See Also
- Doc Ref Doc Ref A Doc Ref (or Document Reference) is an identifier used to identify most documents/entities in Stroom, e.g. an XSLT will have a Doc Ref.Click to see more details...
- User Guide