Timestamp input

User profile fields ::: profilefield_timestamp
Maintained by Jordi Pujol-Ahulló, Daniel Tome Fernandez, Cristian Martinez
A user profile field type that shows a timestamp both as human readable and unix time format.

Timestamp input 1.0 (Build: 2013101800)

Moodle 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5
Released: Saturday, 19 October 2013, 3:56 AM
Timestamp Profile Field
===

A user profile field type that shows a timestamp both as human readable and unix time format, with the form:

> divendres, 18 octubre 2013, 11:38 (1382089086)

That is, {default site, human readable date + time format} ({unix timestamp number})


Why this plugin
---

If you synchronize/set user fields to know the time of an important
issue/event related to the user, this field type shows you the timestamp
both in human readable and numeric (unix timestamp value).

We found that as really useful for administrators, either technical or not.

From a technical viewpoint, it is better to store the unix timestamp, but
show it human readable. In forensic cases, the unix timestamp value is
really useful for technicians.


Behaviour
---

It works like the text field, but showing the value in both formats:

* Human readable
* Unix timestamp

However, only the unix timestamp value is stored. If it is allowed to be changed/updated, a date/time selector is shown in the form.


Installation
---

As usual:

* Download the source code (zip or git clone).
* Uncompress to user/profile/field/timestamp.
* Go to **Notifications**


License
---

It is released as GPL v3.

Authors:
* Jordi Pujol-Ahulló jordi.pujol@urv.cat

Copyright 2013 onwards Servei de Recursos Educatius (http://www.sre.urv.cat)

Version information

Version build number
2013031400
Version release name
1.0 (Build: 2013101800)
Maturity
Stable version
MD5 Sum
885fe95b5c16b9cd952dec19d23f379c
Supported software
Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
master

Default installation instructions for plugins of the type User profile fields

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myfield") in the "user/profile/field" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation