Giter Site home page Giter Site logo

Comments (14)

Y-Less avatar Y-Less commented on June 3, 2024 4

Leap seconds, like 31/12/16 23:59:60 (also another non-US date format).

from big-list-of-naughty-strings.

ssokolow avatar ssokolow commented on June 3, 2024 1

@ColorXJH This is not an appropriate type of conversation for this thread. In fact, attempting personal conversations and asking to move to QQ is so off-topic for a GitHub Issues thread that many projects will ban you.

I suggest you explore the world of programming-related IRC channels instead. (And be sure to read any rules listed or linked in each channel's topic line.)

from big-list-of-naughty-strings.

mjustin avatar mjustin commented on June 3, 2024

I think I've seen "0/0/1900" used as a null date, and Google says that "1/0/1900" is how Excel displays 0 as a date.

from big-list-of-naughty-strings.

joedragons avatar joedragons commented on June 3, 2024

Does this make #55 obsolete? Or at least the answer to it "yes?"=)

from big-list-of-naughty-strings.

designgrill avatar designgrill commented on June 3, 2024

Not every divisible by 4 year is a leap year. 2100 will not be and 1900 wasn't. It might help to include corresponding dates.

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

sorry,i've learn java for a short time,so i don't know what's the mean about it, I think I need a teachers

from big-list-of-naughty-strings.

rmunn avatar rmunn commented on June 3, 2024

Also:

  • Dates that are valid in DD/MM/YYYY format but invalid in MM/DD/YYYY format, to catch any naive programmers who assumed that the rest of the world functions just like the US. E.g., 25/12/2000.
  • Dates that catch people who thought the Julian calendar system was still in effect. E.g., 1900-02-29.

And if you want to get ESPECIALLY tricky:

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

thanks so much

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

from big-list-of-naughty-strings.

grandpabop avatar grandpabop commented on June 3, 2024

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

from big-list-of-naughty-strings.

ColorXJH avatar ColorXJH commented on June 3, 2024

@ssokolow thank you very much

from big-list-of-naughty-strings.

rogerdc avatar rogerdc commented on June 3, 2024

Moving things from #153 to here and closing #153.

Valid Date, Time, and DateTime formats:
January 23, 2016
23 JAN 2016
23 JAN 16
23-JAN-2016
23 January 2016
...
Jan. 23, 2016

00:00:00
00:00:00 AM
12:00:00 AM
12:00:00 PM
23:59:59.997
12:00:00
18:48:42
...
7:48 pm

January 23, 2016 12:00 am
23/1/16 14:54
...
20160123T000000

Invalid dates/times:
February 29, 2017
26:84:94
14:00 pm

from big-list-of-naughty-strings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.