Guest User

Untitled

a guest
Apr 23rd, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "excluded_dir_patterns": [
  3. "tmp", "|.git", "|.svn"
  4. ],
  5. "attrs": {
  6. "author": "Sabbir Manandhar",
  7. "company": "Hogwart",
  8. "email": "manandhar.sabbir@gmail.com",
  9. "github": "github.com/leosabbir"
  10. },
  11. "creation_time": {
  12. "day": "%d",
  13. "month": "%m",
  14. "year": "%Y",
  15. "short_weekdayname": "%a",
  16. "weekdayname": "%A",
  17. "short_monthname": "%b",
  18. "date": "%d/%m/%Y",
  19. "date2" : "%Y-%m-%d",
  20. "time": "%H:%M:%S"
  21. }
  22. }
Add Comment
Please, Sign In to add comment