Meme transcription [Kid drowning in pool]

In the background a person plays with a kid in the pool. The person is labeled “Companies updating their website”. The kid is labeled “The company logo”.

In the foreground a kid seems to be drowning. It is labeled “Useful information”.

In a second panel a skeleton sits at the bottom of the pool. It is labeled “The copyright year”

  • 30p87@feddit.de
    link
    fedilink
    arrow-up
    21
    ·
    20 days ago

    No no, we do

    time_t t = time(NULL);
    struct tm tm = *localtime(&t);
    tm.tm_year + 1900;
    

    Everyone writes their web server in plain C, right?