sql >> Database teknologi >  >> RDS >> PostgreSQL

tidszone bevidst date_trunc funktion

Du skal angive, i hvilken tidszone du vil have den vist

select
    date_trunc(
        'day',
        timestamp with time zone '2001-01-1 00:00:00+0100' at time zone '-02'
    ) as the_date;
      the_date       
---------------------
 2001-01-01 00:00:00

AT TIME ZONE



  1. Afstand i meter mellem to Spacial Points i MySQL-forespørgsel

  2. Avanceret MySQL-tilmelding. Fremskynder forespørgslen

  3. Hvordan forespørger du en int-kolonne for enhver værdi?

  4. MySQL Tæl matchende poster fra flere tabeller