# Dates not found in current path (v0.7-alpha)

**URL:** https://discourse.julialang.org/t/dates-not-found-in-current-path-v0-7-alpha/11686
**Category:** General Usage
**Created:** [June 15, 2018, 4:06am UTC](https://discourse.julialang.org/t/dates-not-found-in-current-path-v0-7-alpha/11686 "2018-06-15T04:06:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ralph\_Smith](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ralph_smith/32/10344_2.png) [@Ralph\_Smith](https://discourse.julialang.org/u/Ralph_Smith)
#### Post date: [June 15, 2018, 4:06am UTC](https://discourse.julialang.org/t/dates-not-found-in-current-path-v0-7-alpha/11686/1 "2018-06-15T04:06:17Z")

</div>

I am encountering this:

```julia
ERROR: LoadError: ArgumentError: Module Dates not found in current path.
Run `Pkg.add("Dates")` to install the Dates package.

```

while working on some local packages and scripts, but not others. (`Dates` is in `stdlib`, so this is just wrong.) I vaguely recall mention of peculiar problems with `Dates`, but have been unable to find it again with handy search facilities. Can anyone point to an official issue and/or workaround?

---

<div class="post-metadata">

### Author: ![rdeits](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rdeits/32/286_2.png) [@rdeits](https://discourse.julialang.org/u/rdeits)
#### Post date: [June 15, 2018, 4:21am UTC](https://discourse.julialang.org/t/dates-not-found-in-current-path-v0-7-alpha/11686/2 "2018-06-15T04:21:36Z")

</div>

Possibly related: [Sockets module not found (v0.7)](https://discourse.julialang.org/t/sockets-module-not-found-v0-7/11476)
