POSIXVERSION
POSIXVERSION is an environment variable defined by the Portable Operating System Interface (POSIX) standard. It indicates the version of the POSIX standard that the system claims to support. The value of POSIXVERSION is a string that represents the year and, optionally, the technical corrigendum level of the POSIX standard.
The format of the POSIXVERSION string is "YYYYMML", where "YYYY" is the year of the standard, "MM"
The POSIXVERSION variable is used by applications to determine the level of POSIX compliance of the system.
The POSIXVERSION variable is typically set by the system administrator or during the system installation process.