Date Timezone Oracle PLSQL

SQL>
SQL> SELECT TRUNC(TO_DATE('25-MAY-2005'), 'YYYY') FROM dual;
TRUNC(TO_
---------
01-JAN-05
SQL>
SQL>
SQL>