Get the timestamp of the last modification of the TYPO3 page, the difference between tstamp and SYS_LASTCHANGED

What is the correct way to get the date of the last modification of the TYPO3 page (and its * tt_content *)?

There are 2 fields in the properties of table pages: tstamp and SYS_LASTCHANGED.

This article recommends SYS_LASTCHANGED. But what is the role of tstamp in this case?

Which one should we use?

+5
source share
1 answer

tstamp - . SYS_LASTCHANGED - . , , . , , " ".

+5

All Articles