I'm trying figurate a way to print all dates between for example
2018/20/01 15:20:31:001
2018/20/01 19:34:03:001
The output I want to see is:
2018/20/01 15:20:31:001
2018/20/01 15:20:31:002
2018/20/01 15:20:31:003
2018/20/01 15:20:31:004
2018/20/01 15:20:31:005
2018/20/01 15:20:31:006
...
2018/20/01 19:34:02:999
2018/20/01 19:34:03:001
Can anyone help me in that? Because all I could find was solutions without hours, minutes etc. and I really need that.